Uses of Class
com.hazelcast.map.impl.record.RecordInfo

Packages that use RecordInfo
com.hazelcast.map.impl.operation Package for map operations. 
com.hazelcast.map.impl.record Contains record specific classes. 
 

Uses of RecordInfo in com.hazelcast.map.impl.operation
 

Constructors in com.hazelcast.map.impl.operation with parameters of type RecordInfo
PutBackupOperation(String name, Data dataKey, Data dataValue, RecordInfo recordInfo)
           
PutBackupOperation(String name, Data dataKey, Data dataValue, RecordInfo recordInfo, boolean unlockKey)
           
 

Constructor parameters in com.hazelcast.map.impl.operation with type arguments of type RecordInfo
PutAllBackupOperation(String name, List<Map.Entry<Data,Data>> entries, List<RecordInfo> recordInfos)
           
 

Uses of RecordInfo in com.hazelcast.map.impl.record
 

Subclasses of RecordInfo in com.hazelcast.map.impl.record
 class RecordReplicationInfo
           
 

Methods in com.hazelcast.map.impl.record that return RecordInfo
static RecordInfo Records.buildRecordInfo(Record record)
           
 

Methods in com.hazelcast.map.impl.record with parameters of type RecordInfo
static void Records.applyRecordInfo(Record record, RecordInfo replicationInfo)
           
 

Constructors in com.hazelcast.map.impl.record with parameters of type RecordInfo
RecordInfo(RecordInfo recordInfo)
           
RecordReplicationInfo(Data key, Data value, RecordInfo recordInfo)
           
 



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