com.hazelcast.map.impl.record
Class Records

java.lang.Object
  extended by com.hazelcast.map.impl.record.Records

public final class Records
extends Object

Contains various factory & helper methods for a Record object.


Method Summary
static void applyRecordInfo(Record record, RecordInfo replicationInfo)
           
static RecordInfo buildRecordInfo(Record record)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

applyRecordInfo

public static void applyRecordInfo(Record record,
                                   RecordInfo replicationInfo)

buildRecordInfo

public static RecordInfo buildRecordInfo(Record record)


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.