@Private
public class RpcConstants
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
static int |
AUTHORIZATION_FAILED_CALL_ID |
|
static int |
CONNECTION_CONTEXT_CALL_ID |
|
static byte |
CURRENT_VERSION |
|
static byte[] |
DUMMY_CLIENT_ID |
|
static java.nio.ByteBuffer |
HEADER |
The first four bytes of Hadoop RPC connections
|
static int |
HEADER_LEN_AFTER_HRPC_PART |
|
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 java.nio.ByteBuffer HEADER
public static final int HEADER_LEN_AFTER_HRPC_PART
public static final byte CURRENT_VERSION
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.