public class Protocol.ShutdownRequest extends BinaryProtocol.SimpleMessage
| Constructor and Description |
|---|
Protocol.ShutdownRequest(java.nio.ByteBuffer buffer) |
Protocol.ShutdownRequest(long shutdownTimeMs) |
| Modifier and Type | Method and Description |
|---|---|
BinaryProtocol.MessageOp |
getOp() |
long |
getShutdownTimeMs() |
java.nio.ByteBuffer |
wireFormat()
The default message consists of the operation enum and just a 0
length size.
|
getBoolean, getByteArray, getDouble, getEnum, getNameIdPair, getRepNodeImplArray, getStringArray, getVLSN, wireFormatallocateInitializedBuffer, match, toStringpublic Protocol.ShutdownRequest(long shutdownTimeMs)
public Protocol.ShutdownRequest(java.nio.ByteBuffer buffer)
public BinaryProtocol.MessageOp getOp()
getOp in class BinaryProtocol.Messagepublic java.nio.ByteBuffer wireFormat()
BinaryProtocol.MessagewireFormat in interface BinaryProtocol.WireFormatablewireFormat in class BinaryProtocol.Messagepublic long getShutdownTimeMs()
Copyright (c) 2004-2012 Oracle. All rights reserved.