Modifier and Type | Class and Description |
---|---|
class |
OChannelBinaryAsynchClient |
class |
OChannelBinaryClientAbstract
Abstract implementation of binary channel.
|
class |
OChannelBinarySynchClient
Synchronous implementation of binary channel.
|
Modifier and Type | Method and Description |
---|---|
OChannelBinary |
ORemotePushHandler.getNetwork(String host) |
Modifier and Type | Method and Description |
---|---|
void |
OStorageRemoteSession.addConnection(OChannelBinary connection) |
boolean |
OStorageRemoteSession.hasConnection(OChannelBinary connection) |
void |
ORemotePushHandler.onPushDisconnect(OChannelBinary network,
Exception e) |
void |
OStorageRemote.onPushDisconnect(OChannelBinary network,
Exception e) |
void |
ORemotePushHandler.returnSocket(OChannelBinary network) |
void |
OStorageRemote.returnSocket(OChannelBinary network) |
Modifier and Type | Method and Description |
---|---|
void |
OrientDBDistributed.coordinatedRequest(OClientConnection connection,
int requestType,
int clientTxId,
OChannelBinary channel) |
Modifier and Type | Class and Description |
---|---|
class |
OChannelBinaryServer |
Modifier and Type | Method and Description |
---|---|
OChannelBinary |
OChannelBinary.writeBoolean(boolean iContent) |
OChannelBinary |
OChannelBinary.writeByte(byte iContent) |
OChannelBinary |
OChannelBinary.writeBytes(byte[] iContent) |
OChannelBinary |
OChannelBinary.writeBytes(byte[] iContent,
int iLength) |
OChannelBinary |
OChannelBinary.writeInt(int iContent) |
OChannelBinary |
OChannelBinary.writeLong(long iContent) |
OChannelBinary |
OChannelBinary.writeShort(short iContent) |
OChannelBinary |
OChannelBinary.writeString(String iContent) |
Modifier and Type | Method and Description |
---|---|
OChannelBinary |
OClientConnection.getChannel() |
Modifier and Type | Method and Description |
---|---|
void |
OServerAware.coordinatedRequest(OClientConnection connection,
int requestType,
int clientTxId,
OChannelBinary channel) |
Modifier and Type | Field and Description |
---|---|
protected OChannelBinary |
ONetworkProtocolBinary.channel |
Modifier and Type | Method and Description |
---|---|
OChannelBinary |
ONetworkProtocolBinary.getChannel() |
Modifier and Type | Method and Description |
---|---|
void |
ONetworkProtocolBinary.initVariables(OServer server,
OChannelBinary channel)
Internal varialbe injection useful for testing.
|
static void |
ONetworkProtocolBinary.writeIdentifiable(OChannelBinary channel,
OClientConnection connection,
OIdentifiable o)
Write a OIdentifiable instance using this format:
- 2 bytes: class id [-2=no record, -3=rid, -1=no class id, > -1 = valid] - 1 byte: record type [d,b,f] - 2 bytes: cluster id - 8 bytes: position in cluster - 4 bytes: record version - x bytes: record content |
Copyright © 2009–2020 OrientDB. All rights reserved.