Package | Description |
---|---|
com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
com.hazelcast.map.impl.query | |
com.hazelcast.query.impl |
Contains the implementation classes of the query functionality.
|
com.hazelcast.query.impl.getters |
Helper classes for extractions of values from object instances.
|
Modifier and Type | Field and Description |
---|---|
protected Extractors |
MapContainer.extractors |
Modifier and Type | Method and Description |
---|---|
Extractors |
MapContainer.getExtractors() |
Extractors |
MapServiceContext.getExtractors(String mapName) |
Constructor and Description |
---|
LazyMapEntry(Data key,
Object value,
InternalSerializationService serializationService,
Extractors extractors) |
LockAwareLazyMapEntry(Data key,
Object value,
InternalSerializationService serializationService,
Extractors extractors,
Boolean locked) |
Modifier and Type | Method and Description |
---|---|
QueryableEntry |
QueryEntryFactory.newEntry(InternalSerializationService serializationService,
Data key,
Object value,
Extractors extractors) |
Modifier and Type | Field and Description |
---|---|
protected Extractors |
QueryableEntry.extractors |
protected Extractors |
IndexImpl.extractors |
Modifier and Type | Method and Description |
---|---|
InternalIndex |
DefaultIndexProvider.createIndex(String attributeName,
boolean ordered,
Extractors extractors,
InternalSerializationService ss,
IndexCopyBehavior copyBehavior,
PerIndexStats stats) |
InternalIndex |
IndexProvider.createIndex(String attributeName,
boolean ordered,
Extractors extractors,
InternalSerializationService ss,
IndexCopyBehavior copyBehavior,
PerIndexStats stats)
Creates a new index for the given attribute name.
|
Indexes.Builder |
Indexes.Builder.extractors(Extractors extractors) |
void |
QueryEntry.init(InternalSerializationService serializationService,
Data key,
Object value,
Extractors extractors)
It may be useful to use this
init method in some cases that same instance of this class can be used
instead of creating a new one for every iteration when scanning large data sets, for example: |
void |
CachedQueryEntry.init(InternalSerializationService serializationService,
Data key,
Object value,
Extractors extractors) |
Constructor and Description |
---|
CachedQueryEntry(InternalSerializationService serializationService,
Data key,
Object value,
Extractors extractors) |
IndexImpl(String attributeName,
boolean ordered,
InternalSerializationService ss,
Extractors extractors,
IndexCopyBehavior copyBehavior,
PerIndexStats stats) |
QueryEntry(InternalSerializationService serializationService,
Data key,
Object value,
Extractors extractors) |
Modifier and Type | Method and Description |
---|---|
static Extractors |
Extractors.empty() |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.