com.sleepycat.je.rep.impl
Class BinaryNodeStateProtocol.BinaryNodeStateRequest
java.lang.Object
com.sleepycat.je.rep.utilint.BinaryProtocol.Message
com.sleepycat.je.rep.utilint.BinaryProtocol.SimpleMessage
com.sleepycat.je.rep.impl.BinaryNodeStateProtocol.BinaryNodeStateRequest
- All Implemented Interfaces:
- BinaryProtocol.WireFormatable
- Enclosing class:
- BinaryNodeStateProtocol
public class BinaryNodeStateProtocol.BinaryNodeStateRequest
- extends BinaryProtocol.SimpleMessage
BinaryNodeStateProtocol.BinaryNodeStateRequest
public BinaryNodeStateProtocol.BinaryNodeStateRequest(String nodeName,
String groupName)
BinaryNodeStateProtocol.BinaryNodeStateRequest
public BinaryNodeStateProtocol.BinaryNodeStateRequest(ByteBuffer buffer)
getNodeName
public String getNodeName()
getGroupName
public String getGroupName()
getOp
public BinaryProtocol.MessageOp getOp()
- Specified by:
getOp
in class BinaryProtocol.Message
wireFormat
public ByteBuffer wireFormat()
- Description copied from class:
BinaryProtocol.Message
- The default message consists of the operation enum and just a 0
length size.
- Specified by:
wireFormat
in interface BinaryProtocol.WireFormatable
- Overrides:
wireFormat
in class BinaryProtocol.Message
Copyright (c) 2004-2012 Oracle. All rights reserved.