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 |
MapServiceContext.getExtractors(String mapName) |
Modifier and Type | Method and Description |
---|---|
QueryableEntry |
QueryEntryFactory.newEntry(SerializationService serializationService,
Data key,
Object value,
Extractors extractors) |
Modifier and Type | Field and Description |
---|---|
protected Extractors |
QueryableEntry.extractors |
Modifier and Type | Method and Description |
---|---|
void |
QueryEntry.init(SerializationService 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(SerializationService serializationService,
Data key,
Object value,
Extractors extractors) |
Constructor and Description |
---|
CachedQueryEntry(SerializationService serializationService,
Data key,
Object value,
Extractors extractors) |
Indexes(SerializationService serializationService,
Extractors extractors) |
IndexImpl(String attributeName,
boolean ordered,
SerializationService ss,
Extractors extractors) |
QueryEntry(SerializationService serializationService,
Data key,
Object value,
Extractors extractors) |
Modifier and Type | Method and Description |
---|---|
static Extractors |
Extractors.empty() |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.