Enum Class CommandHelper.LasInnerCommandId
java.lang.Object
java.lang.Enum<CommandHelper.LasInnerCommandId>
com.illumon.iris.db.v2.logaggregator.CommandHelper.LasInnerCommandId
- All Implemented Interfaces:
Serializable
,Comparable<CommandHelper.LasInnerCommandId>
,java.lang.constant.Constable
- Enclosing class:
- CommandHelper
These commands are embedded in
CommandHelper.LasCommandId.LAS_COMMAND
command structures.-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionclient:server request to delete a table partition.client:server no more rows will be sent.client:server flush all records and ack when finished. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionboolean
equals
(byte val) Returns the enum constant of this class with the specified name.static CommandHelper.LasInnerCommandId[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CLIENT_TEST_ABORT
-
CLIENT_REQUEST_FLUSH
client:server flush all records and ack when finished. -
CLIENT_FINISHED
client:server no more rows will be sent. The socket will be closed immediately. -
CLIENT_DELETE_PARTITION
client:server request to delete a table partition. This may be followed by additional command data.
-
-
Field Details
-
name
-
wireValue
public final byte wireValue
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
equals
public boolean equals(byte val)
-