Class CommandHelper.CommandMessage
java.lang.Object
com.illumon.iris.db.v2.logaggregator.CommandHelper.CommandMessage
- Enclosing class:
- CommandHelper
public static class CommandHelper.CommandMessage extends Object
A LasCommandId and optional associated data.
-
Method Summary
Modifier and Type Method Description CommandHelper.LasCommandId
getCommand()
String
toString()
void
write(SocketChannel channel)
Write this command and payload to the socket.
-
Method Details
-
getCommand
-
write
Write this command and payload to the socket.- Parameters:
channel
- writable byte channel- Throws:
IOException
- if the message cannot be sent
-
toString
-