
public class OChannelBinaryProtocol extends Object
| Constructor and Description |
|---|
OChannelBinaryProtocol() |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkRequestTypeRange(OChannelBinary channel,
int reqType) |
static OIdentifiable |
readIdentifiable(OChannelBinary network) |
public static final byte REQUEST_SHUTDOWN
public static final byte REQUEST_CONNECT
public static final byte REQUEST_DB_OPEN
public static final byte REQUEST_DB_CREATE
public static final byte REQUEST_DB_CLOSE
public static final byte REQUEST_DB_EXIST
public static final byte REQUEST_DB_DROP
public static final byte REQUEST_DB_SIZE
public static final byte REQUEST_DB_COUNTRECORDS
public static final byte REQUEST_DB_REOPEN
public static final byte REQUEST_DATACLUSTER_ADD
public static final byte REQUEST_DATACLUSTER_DROP
public static final byte REQUEST_DATACLUSTER_COUNT
public static final byte REQUEST_DATACLUSTER_DATARANGE
public static final byte REQUEST_DATACLUSTER_COPY
public static final byte REQUEST_DATACLUSTER_LH_CLUSTER_IS_USED
public static final byte REQUEST_DATASEGMENT_ADD
public static final byte REQUEST_DATASEGMENT_DROP
public static final byte REQUEST_INCREMENTAL_BACKUP
public static final byte REQUEST_RECORD_METADATA
public static final byte REQUEST_RECORD_LOAD
public static final byte REQUEST_RECORD_CREATE
public static final byte REQUEST_RECORD_UPDATE
public static final byte REQUEST_RECORD_DELETE
public static final byte REQUEST_RECORD_COPY
public static final byte REQUEST_POSITIONS_HIGHER
public static final byte REQUEST_POSITIONS_LOWER
public static final byte REQUEST_RECORD_CLEAN_OUT
public static final byte REQUEST_POSITIONS_FLOOR
public static final byte REQUEST_COUNT
public static final byte REQUEST_COMMAND
public static final byte REQUEST_POSITIONS_CEILING
public static final byte REQUEST_RECORD_HIDE
public static final byte REQUEST_RECORD_LOAD_IF_VERSION_NOT_LATEST
public static final byte REQUEST_TX_COMMIT
public static final byte REQUEST_CONFIG_GET
public static final byte REQUEST_CONFIG_SET
public static final byte REQUEST_CONFIG_LIST
public static final byte REQUEST_DB_RELOAD
public static final byte REQUEST_DB_LIST
public static final byte REQUEST_SERVER_INFO
public static final byte REQUEST_PUSH_DISTRIB_CONFIG
public static final byte REQUEST_PUSH_LIVE_QUERY
@Deprecated public static final byte REQUEST_DB_COPY
@Deprecated public static final byte REQUEST_REPLICATION
public static final byte REQUEST_CLUSTER
public static final byte REQUEST_DB_TRANSFER
public static final byte REQUEST_DB_FREEZE
public static final byte REQUEST_DB_RELEASE
public static final byte REQUEST_DATACLUSTER_FREEZE
public static final byte REQUEST_DATACLUSTER_RELEASE
public static final byte REQUEST_DB_IMPORT
public static final byte REQUEST_CREATE_SBTREE_BONSAI
public static final byte REQUEST_SBTREE_BONSAI_GET
public static final byte REQUEST_SBTREE_BONSAI_FIRST_KEY
public static final byte REQUEST_SBTREE_BONSAI_GET_ENTRIES_MAJOR
public static final byte REQUEST_RIDBAG_GET_SIZE
public static final byte DISTRIBUTED_REQUEST
public static final byte DISTRIBUTED_RESPONSE
public static final byte DISTRIBUTED_CONNECT
public static final byte RESPONSE_STATUS_OK
public static final byte RESPONSE_STATUS_ERROR
public static final byte PUSH_DATA
public static final short RECORD_NULL
public static final short RECORD_RID
public static final int PROTOCOL_VERSION_21
public static final int PROTOCOL_VERSION_24
public static final int PROTOCOL_VERSION_25
public static final int PROTOCOL_VERSION_26
public static final int PROTOCOL_VERSION_27
public static final int PROTOCOL_VERSION_28
public static final int PROTOCOL_VERSION_29
public static final int PROTOCOL_VERSION_30
public static final int PROTOCOL_VERSION_31
public static final int PROTOCOL_VERSION_32
public static final int PROTOCOL_VERSION_33
public static final int PROTOCOL_VERSION_34
public static final int PROTOCOL_VERSION_35
public static final int PROTOCOL_VERSION_36
public static final int CURRENT_PROTOCOL_VERSION
public static OIdentifiable readIdentifiable(OChannelBinary network) throws IOException
IOExceptionpublic static void checkRequestTypeRange(OChannelBinary channel, int reqType)
Copyright © 2009–2025 OrientDB. All rights reserved.