Package com.illumon.iris.binarystore
Class CommandRecordV2.CheckpointCommand
java.lang.Object
com.illumon.iris.binarystore.CommandRecordV2
com.illumon.iris.binarystore.CommandRecordV2.CheckpointCommand
- All Implemented Interfaces:
com.fishlib.base.log.LogOutputAppendable
,RecordData
- Enclosing class:
- CommandRecordV2
public static class CommandRecordV2.CheckpointCommand extends CommandRecordV2
-
Nested Class Summary
Nested classes/interfaces inherited from class com.illumon.iris.binarystore.CommandRecordV2
CommandRecordV2.CheckpointCommand, CommandRecordV2.DeletePartition2Command, CommandRecordV2.DeletePartitionCommand, CommandRecordV2.LASCommandRecordV2
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CheckpointCommand()
-
Method Summary
Modifier and Type Method Description com.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
-
CheckpointCommand
public CheckpointCommand()
-
-
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
-