com.sleepycat.je.rep.impl
Class NodeStateProtocol

java.lang.Object
  extended by com.sleepycat.je.rep.impl.TextProtocol
      extended by com.sleepycat.je.rep.impl.NodeStateProtocol

public class NodeStateProtocol
extends TextProtocol

Defines the protocol used in support of node state querying. The message request sequence: NODE_STATE_REQ -> NODE_STATE_RESP


Nested Class Summary
 class NodeStateProtocol.NodeStateRequest
           
 class NodeStateProtocol.NodeStateResponse
           
 
Nested classes/interfaces inherited from class com.sleepycat.je.rep.impl.TextProtocol
TextProtocol.Fail, TextProtocol.InvalidMessageException, TextProtocol.Message, TextProtocol.MessageError, TextProtocol.MessageExchange, TextProtocol.MessageOp, TextProtocol.OK, TextProtocol.ProtocolError, TextProtocol.RequestMessage, TextProtocol.ResponseMessage, TextProtocol.StringFormatable, TextProtocol.TOKENS, TextProtocol.WireFormatable
 
Field Summary
 TextProtocol.MessageOp NODE_STATE_REQ
           
 TextProtocol.MessageOp NODE_STATE_RESP
           
static String VERSION
           
 
Fields inherited from class com.sleepycat.je.rep.impl.TextProtocol
envImpl, FAIL_RESP, formatter, logger, messagePrefixNocheck, OK_RESP, PROTOCOL_ERROR, SEPARATOR, SEPARATOR_REGEXP
 
Constructor Summary
NodeStateProtocol(String groupName, NameIdPair nameIdPair, RepImpl repImpl)
           
 
Method Summary
 
Methods inherited from class com.sleepycat.je.rep.impl.TextProtocol
getOpenTimeout, getReadTimeout, getRequestMessage, initializeMessageOps, messageCount, parse, parseRequest, parseResponse, process, setTimeouts, updateNodeIds
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static final String VERSION
See Also:
Constant Field Values

NODE_STATE_REQ

public final TextProtocol.MessageOp NODE_STATE_REQ

NODE_STATE_RESP

public final TextProtocol.MessageOp NODE_STATE_RESP
Constructor Detail

NodeStateProtocol

public NodeStateProtocol(String groupName,
                         NameIdPair nameIdPair,
                         RepImpl repImpl)


Copyright (c) 2004-2010 Oracle. All rights reserved.