Package | Description |
---|---|
com.hazelcast.impl | |
com.hazelcast.impl.base | |
com.hazelcast.impl.concurrentmap | |
com.hazelcast.impl.management | |
com.hazelcast.impl.wan | |
com.hazelcast.query |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRecord |
class |
AbstractSimpleRecord |
class |
DefaultRecord |
class |
SimpleRecord |
Modifier and Type | Field and Description |
---|---|
Record |
Request.record |
Modifier and Type | Method and Description |
---|---|
Record |
Record.copy() |
Record |
SimpleRecord.copy() |
Record |
DefaultRecord.copy() |
Record |
CMap.getRecord(Data key) |
static Record |
TestUtil.newRecord(CMap cmap,
long recordId,
Data key,
Data value) |
static Record |
TestUtil.newRecord(CMap cmap,
long recordId,
Object key,
Object value) |
static Record |
TestUtil.newRecord(long recordId) |
static Record |
TestUtil.newRecord(long recordId,
Data key,
Data value) |
static Record |
TestUtil.newRecord(long recordId,
Object key,
Object value) |
Modifier and Type | Method and Description |
---|---|
Collection<Record> |
CMap.getLockedRecordsFor(long acquiredAtLeastFor)
Thread-safe
|
Modifier and Type | Method and Description |
---|---|
void |
CMap.onDisconnect(Record record,
Address deadAddress) |
void |
CMap.onMigrate(Record record) |
void |
CMap.onRemoveMulti(Request req,
Record record) |
void |
LocalUpdateListener.recordUpdated(Record record) |
void |
Request.setFromRecord(Record record) |
Constructor and Description |
---|
CMap.CMapEntry(Record record) |
Constructor and Description |
---|
DataRecordEntry(Record record) |
DataRecordEntry(Record record,
boolean includeListeners) |
DataRecordEntry(Record record,
Data value,
boolean includeListeners) |
Modifier and Type | Method and Description |
---|---|
Record |
DefaultRecordFactory.createNewRecord(CMap cmap,
int blockId,
Data key,
Data value,
long ttl,
long maxIdleMillis,
long id) |
Record |
RecordFactory.createNewRecord(CMap cmap,
int blockId,
Data key,
Data value,
long ttl,
long maxIdleMillis,
long id) |
Modifier and Type | Method and Description |
---|---|
List<Record> |
CostAwareRecordList.getRecords() |
Modifier and Type | Method and Description |
---|---|
void |
CostAwareRecordList.add(Record record) |
static SystemLog |
MapSystemLogFactory.newScheduleRequest(Request request,
Record record) |
Constructor and Description |
---|
ClusterRuntimeState(Collection<Member> members,
PartitionInfo[] partitions,
MigratingPartition migratingPartition,
Map<Address,Connection> connections,
Collection<Record> lockedRecords) |
Modifier and Type | Method and Description |
---|---|
void |
WanNoDelayReplication.recordUpdated(Record record)
Only ServiceThread will call this
|
void |
WanReplication.recordUpdated(Record record) |
Modifier and Type | Method and Description |
---|---|
ConcurrentMap<Long,ConcurrentMap<Long,Record>> |
IndexStore.getMapRecords() |
ConcurrentMap<Long,ConcurrentMap<Long,Record>> |
SortedIndexStore.getMapRecords() |
ConcurrentMap<Long,ConcurrentMap<Long,Record>> |
UnsortedIndexStore.getMapRecords() |
Collection<Record> |
MapIndexService.getOwnedRecords() |
Modifier and Type | Method and Description |
---|---|
void |
Index.index(Long newValue,
Record record) |
void |
MapIndexService.index(Record record) |
void |
IndexStore.newRecordIndex(Long newValue,
Record record) |
void |
SortedIndexStore.newRecordIndex(Long newValue,
Record record) |
void |
UnsortedIndexStore.newRecordIndex(Long newValue,
Record record) |
void |
MapIndexService.remove(Record record) |
Modifier and Type | Method and Description |
---|---|
void |
MultiResultSet.addResultSet(Long indexValue,
Collection<Record> resultSet) |
Constructor and Description |
---|
SingleResultSet(ConcurrentMap<Long,Record> records) |
Copyright © 2013 Hazelcast, Inc.. All rights reserved.