Package com.illumon.iris.binarystore
Class CommandRecordV2.DeletePartitionCommand
java.lang.Object
com.illumon.iris.binarystore.CommandRecordV2
com.illumon.iris.binarystore.CommandRecordV2.DeletePartitionCommand
- All Implemented Interfaces:
com.fishlib.base.log.LogOutputAppendable
,RecordData
- Enclosing class:
- CommandRecordV2
This class represents a command to delete the "current" partition.
The identifying 4-tuple must be implicit in the context.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.illumon.iris.binarystore.CommandRecordV2
CommandRecordV2.CheckpointCommand, CommandRecordV2.DeletePartition2Command, CommandRecordV2.DeletePartitionCommand, CommandRecordV2.LASCommandRecordV2
-
Field Summary
Fields inherited from class com.illumon.iris.binarystore.CommandRecordV2
command
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.fishlib.base.log.LogOutput
append
(com.fishlib.base.log.LogOutput logOutput) Methods inherited from class com.illumon.iris.binarystore.CommandRecordV2
getCommand, getDataSize, setCommand, toString, write
-
Constructor Details
-
DeletePartitionCommand
public DeletePartitionCommand()
-
-
Method Details
-
append
public com.fishlib.base.log.LogOutput append(com.fishlib.base.log.LogOutput logOutput) - Specified by:
append
in interfacecom.fishlib.base.log.LogOutputAppendable
- Overrides:
append
in classCommandRecordV2
-