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