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