Skip navigation links
A B C D E F G H I O P R S T U W 

A

acquireReadLock() - Method in class com.orientechnologies.orient.enterprise.channel.OChannel
 
acquireWriteLock() - Method in class com.orientechnologies.orient.enterprise.channel.OChannel
 
available() - Method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryInputStream
 

B

beginRequest() - Method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryAsynchClient
 
beginResponse(int, boolean) - Method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryAsynchClient
 
beginResponse(int, long, boolean) - Method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryAsynchClient
 

C

clearInput() - Method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinary
 
clearInput() - Method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryAsynchClient
 
close() - Method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinary
 
close() - Method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryAsynchClient
 
close() - Method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryOutputStream
 
close() - Method in class com.orientechnologies.orient.enterprise.channel.OChannel
 
com.orientechnologies.orient.enterprise.channel - package com.orientechnologies.orient.enterprise.channel
 
com.orientechnologies.orient.enterprise.channel.binary - package com.orientechnologies.orient.enterprise.channel.binary
 
com.orientechnologies.orient.enterprise.channel.text - package com.orientechnologies.orient.enterprise.channel.text
 
connected() - Method in class com.orientechnologies.orient.enterprise.channel.OChannel
 
createSocket() - Method in class com.orientechnologies.orient.enterprise.channel.OSocketFactory
 
createSocket(String, int) - Method in class com.orientechnologies.orient.enterprise.channel.OSocketFactory
 
createSocket(InetAddress, int) - Method in class com.orientechnologies.orient.enterprise.channel.OSocketFactory
 
createSocket(String, int, InetAddress, int) - Method in class com.orientechnologies.orient.enterprise.channel.OSocketFactory
 
createSocket(InetAddress, int, InetAddress, int) - Method in class com.orientechnologies.orient.enterprise.channel.OSocketFactory
 
createSSLContext() - Method in class com.orientechnologies.orient.enterprise.channel.OSocketFactory
 
CURRENT_PROTOCOL_VERSION - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 

D

debug - Variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinary
 

E

endRequest() - Method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryAsynchClient
 
endResponse() - Method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryAsynchClient
 
execute() - Method in class com.orientechnologies.orient.enterprise.channel.binary.OAsynchChannelServiceThread
 

F

flush() - Method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinary
 
flush() - Method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryOutputStream
 
flush() - Method in class com.orientechnologies.orient.enterprise.channel.OChannel
 

G

getAsStream(String) - Method in class com.orientechnologies.orient.enterprise.channel.OSocketFactory
 
getBuffer() - Method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinary
 
getLocalIpAddress(boolean) - Static method in class com.orientechnologies.orient.enterprise.channel.OChannel
 
getLocalSocketAddress() - Method in class com.orientechnologies.orient.enterprise.channel.OChannel
 
getLockRead() - Method in class com.orientechnologies.orient.enterprise.channel.OChannel
 
getLockWrite() - Method in class com.orientechnologies.orient.enterprise.channel.OChannel
 
getMaxChunkSize() - Method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinary
 
getServerURL() - Method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryAsynchClient
 
getServiceThread() - Method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryAsynchClient
 
getSrvProtocolVersion() - Method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryAsynchClient
Gets the major supported protocol version
getSSLContext() - Method in class com.orientechnologies.orient.enterprise.channel.OSocketFactory
 

H

handleStatus(byte, int) - Method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryAsynchClient
 

I

in - Variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinary
 
instance(OContextConfiguration) - Static method in class com.orientechnologies.orient.enterprise.channel.OSocketFactory
 
inStream - Variable in class com.orientechnologies.orient.enterprise.channel.OChannel
 
isConnected() - Method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryAsynchClient
Tells if the channel is connected.

O

OAsynchChannelServiceThread - Class in com.orientechnologies.orient.enterprise.channel.binary
Service thread that catches internal messages sent by the server
OAsynchChannelServiceThread(ORemoteServerEventListener, OChannelBinaryAsynchClient) - Constructor for class com.orientechnologies.orient.enterprise.channel.binary.OAsynchChannelServiceThread
 
OChannel - Class in com.orientechnologies.orient.enterprise.channel
 
OChannel(Socket, OContextConfiguration) - Constructor for class com.orientechnologies.orient.enterprise.channel.OChannel
 
OChannelBinary - Class in com.orientechnologies.orient.enterprise.channel.binary
 
OChannelBinary(Socket, OContextConfiguration) - Constructor for class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinary
 
OChannelBinaryAsynchClient - Class in com.orientechnologies.orient.enterprise.channel.binary
 
OChannelBinaryAsynchClient(String, int, String, OContextConfiguration, int) - Constructor for class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryAsynchClient
 
OChannelBinaryAsynchClient(String, int, String, OContextConfiguration, int, ORemoteServerEventListener) - Constructor for class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryAsynchClient
 
OChannelBinaryAsynchClientSynch - Class in com.orientechnologies.orient.enterprise.channel.binary
Single requester client implementation.
OChannelBinaryAsynchClientSynch(String, int, String, OContextConfiguration) - Constructor for class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryAsynchClientSynch
 
OChannelBinaryInputStream - Class in com.orientechnologies.orient.enterprise.channel.binary
InputStream class bound to a binary channel.
OChannelBinaryInputStream(OChannelBinary) - Constructor for class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryInputStream
 
OChannelBinaryOutputStream - Class in com.orientechnologies.orient.enterprise.channel.binary
OutputStream class bound to a binary channel.
OChannelBinaryOutputStream(OChannelBinaryAsynchClient) - Constructor for class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryOutputStream
 
OChannelBinaryProtocol - Class in com.orientechnologies.orient.enterprise.channel.binary
The range of the requests is 1-79.
OChannelBinaryProtocol() - Constructor for class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
OChannelBinaryServer - Class in com.orientechnologies.orient.enterprise.channel.binary
 
OChannelBinaryServer(Socket, OContextConfiguration) - Constructor for class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryServer
 
OChannelListener - Interface in com.orientechnologies.orient.enterprise.channel.binary
Listener of events against network channel
OChannelText - Class in com.orientechnologies.orient.enterprise.channel.text
 
OChannelText(Socket, OContextConfiguration) - Constructor for class com.orientechnologies.orient.enterprise.channel.text.OChannelText
 
OChannelTextServer - Class in com.orientechnologies.orient.enterprise.channel.text
 
OChannelTextServer(Socket, OContextConfiguration) - Constructor for class com.orientechnologies.orient.enterprise.channel.text.OChannelTextServer
 
onChannelClose(OChannel) - Method in interface com.orientechnologies.orient.enterprise.channel.binary.OChannelListener
 
ONetworkProtocolException - Exception in com.orientechnologies.orient.enterprise.channel.binary
 
ONetworkProtocolException(ONetworkProtocolException) - Constructor for exception com.orientechnologies.orient.enterprise.channel.binary.ONetworkProtocolException
 
ONetworkProtocolException(String) - Constructor for exception com.orientechnologies.orient.enterprise.channel.binary.ONetworkProtocolException
 
onRequest(byte, Object) - Method in interface com.orientechnologies.orient.enterprise.channel.binary.ORemoteServerEventListener
 
ORemoteServerEventListener - Interface in com.orientechnologies.orient.enterprise.channel.binary
Listener Interface to get called when asynchronous events are received from the remote server.
OResponseProcessingException - Exception in com.orientechnologies.orient.enterprise.channel.binary
 
OResponseProcessingException(String) - Constructor for exception com.orientechnologies.orient.enterprise.channel.binary.OResponseProcessingException
 
OSocketFactory - Class in com.orientechnologies.orient.enterprise.channel
 
OTokenSecurityException - Exception in com.orientechnologies.orient.enterprise.channel.binary
Created by tglman on 10/11/15.
OTokenSecurityException(OTokenSecurityException) - Constructor for exception com.orientechnologies.orient.enterprise.channel.binary.OTokenSecurityException
 
OTokenSecurityException(String) - Constructor for exception com.orientechnologies.orient.enterprise.channel.binary.OTokenSecurityException
 
out - Variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinary
 
outStream - Variable in class com.orientechnologies.orient.enterprise.channel.OChannel
 

P

PROTOCOL_VERSION_21 - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
PROTOCOL_VERSION_24 - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
PROTOCOL_VERSION_25 - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
PROTOCOL_VERSION_26 - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
PROTOCOL_VERSION_27 - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
PROTOCOL_VERSION_28 - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
PROTOCOL_VERSION_29 - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
PROTOCOL_VERSION_30 - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
PROTOCOL_VERSION_31 - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
PROTOCOL_VERSION_32 - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
PROTOCOL_VERSION_33 - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
PUSH_DATA - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 

R

read() - Method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryInputStream
 
read(byte[], int, int) - Method in class com.orientechnologies.orient.enterprise.channel.text.OChannelText
 
read() - Method in class com.orientechnologies.orient.enterprise.channel.text.OChannelText
 
readBoolean() - Method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinary
 
readByte() - Method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinary
 
readBytes() - Method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinary
 
readBytes(int) - Method in class com.orientechnologies.orient.enterprise.channel.text.OChannelText
 
readIdentifiable(OChannelBinaryAsynchClient) - Static method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
readInt() - Method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinary
 
readLong() - Method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinary
 
readRID() - Method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinary
 
readShort() - Method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinary
 
readString() - Method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinary
 
readStringList() - Method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinary
 
readStringSet() - Method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinary
 
readVersion() - Method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinary
 
RECORD_NULL - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
RECORD_RID - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
releaseReadLock() - Method in class com.orientechnologies.orient.enterprise.channel.OChannel
 
releaseWriteLock() - Method in class com.orientechnologies.orient.enterprise.channel.OChannel
 
REQUEST_CLUSTER - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_COMMAND - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_CONFIG_GET - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_CONFIG_LIST - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_CONFIG_SET - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_CONNECT - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_COUNT - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_CREATE_SBTREE_BONSAI - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_DATACLUSTER_ADD - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_DATACLUSTER_COPY - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_DATACLUSTER_COUNT - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_DATACLUSTER_DATARANGE - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_DATACLUSTER_DROP - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_DATACLUSTER_FREEZE - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_DATACLUSTER_LH_CLUSTER_IS_USED - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_DATACLUSTER_RELEASE - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_DATASEGMENT_ADD - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_DATASEGMENT_DROP - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_DB_CLOSE - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_DB_COPY - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_DB_COUNTRECORDS - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_DB_CREATE - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_DB_DROP - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_DB_EXIST - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_DB_FREEZE - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_DB_LIST - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_DB_OPEN - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_DB_RELEASE - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_DB_RELOAD - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_DB_REOPEN - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_DB_SIZE - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_DB_TRANSFER - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_INCREMENTAL_BACKUP - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_INCREMENTAL_RESTORE - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_POSITIONS_CEILING - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_POSITIONS_FLOOR - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_POSITIONS_HIGHER - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_POSITIONS_LOWER - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_PUSH_DISTRIB_CONFIG - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_PUSH_LIVE_QUERY - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_RECORD_CLEAN_OUT - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_RECORD_COPY - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_RECORD_CREATE - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_RECORD_DELETE - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_RECORD_HIDE - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_RECORD_LOAD - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_RECORD_LOAD_IF_VERSION_NOT_LATEST - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_RECORD_METADATA - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_RECORD_UPDATE - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_REPLICATION - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_RIDBAG_GET_SIZE - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_SBTREE_BONSAI_FIRST_KEY - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_SBTREE_BONSAI_GET - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_SBTREE_BONSAI_GET_ENTRIES_MAJOR - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_SERVER_INFO - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_SHUTDOWN - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
REQUEST_TX_COMMIT - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
RESPONSE_STATUS_ERROR - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 
RESPONSE_STATUS_OK - Static variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol
 

S

setTokenBased(boolean) - Method in class com.orientechnologies.orient.enterprise.channel.binary.OAsynchChannelServiceThread
 
socket - Variable in class com.orientechnologies.orient.enterprise.channel.OChannel
 
socketBufferSize - Variable in class com.orientechnologies.orient.enterprise.channel.OChannel
 
socketTimeout - Variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryAsynchClient
 
srvProtocolVersion - Variable in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryAsynchClient
 

T

timeout - Variable in class com.orientechnologies.orient.enterprise.channel.OChannel
 
toString() - Method in class com.orientechnologies.orient.enterprise.channel.OChannel
 
tryLock() - Method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryAsynchClient
 

U

unlock() - Method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryAsynchClient
 
updateMetricFlushes() - Method in class com.orientechnologies.orient.enterprise.channel.OChannel
 
updateMetricReceivedBytes(int) - Method in class com.orientechnologies.orient.enterprise.channel.OChannel
 
updateMetricTransmittedBytes(int) - Method in class com.orientechnologies.orient.enterprise.channel.OChannel
 

W

write(int) - Method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryOutputStream
 
writeBoolean(boolean) - Method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinary
 
writeByte(byte) - Method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinary
 
writeBytes(byte[]) - Method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinary
 
writeBytes(byte[], int) - Method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinary
 
writeBytes(byte[]) - Method in class com.orientechnologies.orient.enterprise.channel.text.OChannelText
 
writeCollectionString(Collection<String>) - Method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinary
 
writeInt(int) - Method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinary
 
writeLong(long) - Method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinary
 
writeRID(ORID) - Method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinary
 
writeShort(short) - Method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinary
 
writeString(String) - Method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinary
 
writeVersion(int) - Method in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinary
 
A B C D E F G H I O P R S T U W 
Skip navigation links

Copyright © 2009–2015 Orient Technologies. All rights reserved.