Package | Description |
---|---|
com.hazelcast.map.impl.query | |
com.hazelcast.map.impl.record |
Contains record specific classes.
|
com.hazelcast.map.impl.recordstore | |
com.hazelcast.query.impl |
Contains the implementation classes of the query functionality.
|
Modifier and Type | Method and Description |
---|---|
protected Metadata |
PartitionScanRunner.getMetadataFromRecord(RecordStore recordStore,
Record record) |
Modifier and Type | Method and Description |
---|---|
Metadata |
Record.getMetadata() |
Metadata |
AbstractRecord.getMetadata() |
Modifier and Type | Method and Description |
---|---|
void |
Record.setMetadata(Metadata metadata) |
void |
AbstractRecord.setMetadata(Metadata metadata) |
Modifier and Type | Method and Description |
---|---|
protected Metadata |
JsonMetadataRecordStoreMutationObserver.getMetadata(Record record) |
Modifier and Type | Method and Description |
---|---|
protected void |
JsonMetadataRecordStoreMutationObserver.setMetadata(Record record,
Metadata metadata) |
Modifier and Type | Method and Description |
---|---|
Metadata |
QueryableEntry.getMetadata() |
Modifier and Type | Method and Description |
---|---|
void |
QueryableEntry.setMetadata(Metadata metadata) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.