Package one.microstream.storage.types
Class StorageRequestTaskStoreEntities.Default
- java.lang.Object
-
- one.microstream.storage.types.StorageTask.Abstract
-
- one.microstream.storage.types.StorageChannelTask.Abstract<R>
-
- one.microstream.storage.types.StorageChannelSynchronizingTask.AbstractCompletingTask<one.microstream.typing.KeyValue<ByteBuffer[],long[]>>
-
- one.microstream.storage.types.StorageRequestTaskStoreEntities.Default
-
- All Implemented Interfaces:
StorageChannelSynchronizingTask,StorageChannelTask,StorageChannelTaskStoreEntities,StorageRequestTask,StorageRequestTaskStoreEntities,StorageTask
- Enclosing interface:
- StorageRequestTaskStoreEntities
public static final class StorageRequestTaskStoreEntities.Default extends StorageChannelSynchronizingTask.AbstractCompletingTask<one.microstream.typing.KeyValue<ByteBuffer[],long[]>> implements StorageRequestTaskStoreEntities, StorageChannelTaskStoreEntities
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class one.microstream.storage.types.StorageChannelSynchronizingTask.AbstractCompletingTask
StorageChannelSynchronizingTask.AbstractCompletingTask.Dummy
-
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageChannelSynchronizingTask
StorageChannelSynchronizingTask.AbstractCompletingTask<R>
-
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageChannelTask
StorageChannelTask.Abstract<R>
-
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageRequestTaskStoreEntities
StorageRequestTaskStoreEntities.Default
-
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageTask
StorageTask.Abstract, StorageTask.DummyTask
-
-
Field Summary
-
Fields inherited from class one.microstream.storage.types.StorageChannelTask.Abstract
controller
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcleanUp(StorageChannel channel)voidDEBUG_Print(StorageChannel channel)protected voidfail(StorageChannel channel, one.microstream.typing.KeyValue<ByteBuffer[],long[]> result)protected one.microstream.typing.KeyValue<ByteBuffer[],long[]>internalProcessBy(StorageChannel channel)protected voidpostCompletionSuccess(StorageChannel channel, one.microstream.typing.KeyValue<ByteBuffer[],long[]> result)protected voidsucceed(StorageChannel channel, one.microstream.typing.KeyValue<ByteBuffer[],long[]> result)-
Methods inherited from class one.microstream.storage.types.StorageChannelSynchronizingTask.AbstractCompletingTask
complete
-
Methods inherited from class one.microstream.storage.types.StorageChannelTask.Abstract
addProblem, channelCount, finishProcessing, hasProblems, incrementCompletionProgress, incrementProcessingProgress, isComplete, isProcessed, problemForChannel, problems, processBy, waitOnCompletion, waitOnProcessing
-
Methods inherited from class one.microstream.storage.types.StorageTask.Abstract
awaitNext, next, setNext, timestamp
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface one.microstream.storage.types.StorageChannelSynchronizingTask
incrementProcessingProgress, isProcessed, waitOnProcessing
-
Methods inherited from interface one.microstream.storage.types.StorageChannelTask
addProblem, incrementCompletionProgress
-
Methods inherited from interface one.microstream.storage.types.StorageTask
awaitNext, hasProblems, isComplete, next, problemForChannel, problems, processBy, setNext, timestamp, waitOnCompletion
-
-
-
-
Method Detail
-
internalProcessBy
protected final one.microstream.typing.KeyValue<ByteBuffer[],long[]> internalProcessBy(StorageChannel channel)
- Overrides:
internalProcessByin classStorageChannelSynchronizingTask.AbstractCompletingTask<one.microstream.typing.KeyValue<ByteBuffer[],long[]>>
-
DEBUG_Print
public final void DEBUG_Print(StorageChannel channel)
-
succeed
protected final void succeed(StorageChannel channel, one.microstream.typing.KeyValue<ByteBuffer[],long[]> result)
- Overrides:
succeedin classStorageChannelSynchronizingTask.AbstractCompletingTask<one.microstream.typing.KeyValue<ByteBuffer[],long[]>>
-
postCompletionSuccess
protected final void postCompletionSuccess(StorageChannel channel, one.microstream.typing.KeyValue<ByteBuffer[],long[]> result) throws InterruptedException
- Overrides:
postCompletionSuccessin classStorageChannelSynchronizingTask.AbstractCompletingTask<one.microstream.typing.KeyValue<ByteBuffer[],long[]>>- Throws:
InterruptedException
-
fail
protected final void fail(StorageChannel channel, one.microstream.typing.KeyValue<ByteBuffer[],long[]> result)
- Overrides:
failin classStorageChannelSynchronizingTask.AbstractCompletingTask<one.microstream.typing.KeyValue<ByteBuffer[],long[]>>
-
cleanUp
protected final void cleanUp(StorageChannel channel)
- Overrides:
cleanUpin classStorageChannelTask.Abstract<one.microstream.typing.KeyValue<ByteBuffer[],long[]>>
-
-