public class CreateSnapshotCommand extends Object implements GridCommand<BucketState>
| Modifier and Type | Field and Description |
|---|---|
static SerializationHandle<CreateSnapshotCommand> |
SERIALIZATION_HANDLE |
| Constructor and Description |
|---|
CreateSnapshotCommand() |
| Modifier and Type | Method and Description |
|---|---|
BucketState |
execute(GridBucketState gridState,
long currentTimeNanos) |
boolean |
isBucketStateModified() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasVerbosepublic static final SerializationHandle<CreateSnapshotCommand> SERIALIZATION_HANDLE
public BucketState execute(GridBucketState gridState, long currentTimeNanos)
execute in interface GridCommand<BucketState>public boolean isBucketStateModified()
isBucketStateModified in interface GridCommand<BucketState>Copyright © 2021. All rights reserved.