
public class OMessageHelper extends Object
| Constructor and Description |
|---|
OMessageHelper() |
public static void writeIdentifiable(OChannelDataOutput channel, OIdentifiable o, ORecordSerializer serializer) throws IOException
IOExceptionpublic static void writeRecord(OChannelDataOutput channel, ORecord iRecord, ORecordSerializer serializer) throws IOException
IOExceptionpublic static byte[] getRecordBytes(ORecord iRecord, ORecordSerializer serializer)
public static Map<UUID,OBonsaiCollectionPointer> readCollectionChanges(OChannelDataInput network) throws IOException
IOExceptionpublic static void writeCollectionChanges(OChannelDataOutput channel, Map<UUID,OBonsaiCollectionPointer> changedIds) throws IOException
IOExceptionpublic static void writePhysicalPositions(OChannelDataOutput channel, OPhysicalPosition[] previousPositions) throws IOException
IOExceptionpublic static OPhysicalPosition[] readPhysicalPositions(OChannelDataInput network) throws IOException
IOExceptionpublic static ORawPair<String[],int[]> readClustersArray(OChannelDataInput network) throws IOException
IOExceptionpublic static void writeClustersArray(OChannelDataOutput channel, ORawPair<String[],int[]> clusters, int protocolVersion) throws IOException
IOExceptionpublic static void writeTransactionEntry(DataOutput iNetwork, ORecordOperationRequest txEntry) throws IOException
IOExceptionpublic static ORecordOperationRequest readTransactionEntry(DataInput iNetwork) throws IOException
IOExceptionpublic static OIdentifiable readIdentifiable(OChannelDataInput network, ORecordSerializer serializer) throws IOException
IOExceptionpublic static void writeResult(OResult row, OChannelDataOutput channel, ORecordSerializer recordSerializer) throws IOException
IOExceptionpublic static OResultInternal readResult(OChannelDataInput channel) throws IOException
IOExceptionCopyright © 2009–2025 OrientDB. All rights reserved.