public interface ObjectStorePool
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.
|
void startUp()
void shutdown()
void submitObjectStoreRequest(ObjectStoreRequest request)
request
- request to be scheduledIllegalStateException
- if ObjectStorePool is not currently running (i.e. no call to
startUp()
has occurred)