@InterfaceAudience.Private public class RpcConstants extends Object
Modifier and Type | Field and Description |
---|---|
static int |
AUTHORIZATION_FAILED_CALL_ID |
static int |
CONNECTION_CONTEXT_CALL_ID |
static byte |
CURRENT_VERSION |
static byte[] |
DUMMY_CLIENT_ID |
static ByteBuffer |
HEADER
The first four bytes of Hadoop RPC connections
|
static int |
INVALID_CALL_ID |
static int |
INVALID_RETRY_COUNT |
static int |
PING_CALL_ID |
public static final int AUTHORIZATION_FAILED_CALL_ID
public static final int INVALID_CALL_ID
public static final int CONNECTION_CONTEXT_CALL_ID
public static final int PING_CALL_ID
public static final byte[] DUMMY_CLIENT_ID
public static final int INVALID_RETRY_COUNT
public static final ByteBuffer HEADER
public static final byte CURRENT_VERSION
Copyright © 2013 Apache Software Foundation. All rights reserved.