public class S3ObjectStorePool extends Object implements ObjectStorePool
Constructor and Description |
---|
S3ObjectStorePool() |
Modifier and Type | Method and Description |
---|---|
void |
shutdown()
Shuts down ObjectStorePool, cleaning up all resources.
|
void |
startUp()
Starts up ObjectStorePool.
|
void |
submitObjectStoreRequest(ObjectStoreRequest request)
Submits ObjectStoreRequest to be scheduled.
|
public void startUp()
ObjectStorePool
startUp
in interface ObjectStorePool
public void shutdown()
ObjectStorePool
shutdown
in interface ObjectStorePool
public void submitObjectStoreRequest(ObjectStoreRequest request)
ObjectStorePool
submitObjectStoreRequest
in interface ObjectStorePool
request
- request to be scheduled