Package | Description |
---|---|
com.hazelcast.client.impl.querycache.subscriber |
Contains Hazelcast Enterprise version client-side query cache
subscriber implementation classes.
|
com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
com.hazelcast.map.impl.query | |
com.hazelcast.map.impl.querycache |
Contains query cache internal implementation classes.
|
com.hazelcast.map.impl.querycache.subscriber |
This package contains classes which are used for
QueryCache
event subscription side. |
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 | Method and Description |
---|---|
void |
ClientQueryCacheEventService.publish(String mapName,
String cacheId,
Object event,
int orderKey,
Extractors extractors) |
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) |
Constructor and Description |
---|
QueryEntryFactory(CacheDeserializedValues cacheDeserializedValues,
InternalSerializationService serializationService,
Extractors extractors) |
Modifier and Type | Method and Description |
---|---|
void |
QueryCacheEventService.publish(String mapName,
String cacheId,
E event,
int orderKey,
Extractors extractors)
Publishes query-cache events locally.
|
Modifier and Type | Method and Description |
---|---|
Extractors |
InternalQueryCache.getExtractors() |
Extractors |
NullQueryCache.getExtractors() |
Modifier and Type | Method and Description |
---|---|
void |
NodeQueryCacheEventService.publish(String mapName,
String cacheId,
EventData eventData,
int orderKey,
Extractors extractors) |
static void |
EventPublisherHelper.publishEventLost(QueryCacheContext context,
String mapName,
String cacheId,
int partitionId,
Extractors extractors) |
Modifier and Type | Field and Description |
---|---|
protected Extractors |
AbstractIndex.extractors |
protected Extractors |
QueryableEntry.extractors |
Modifier and Type | Method and Description |
---|---|
InternalIndex |
DefaultIndexProvider.createIndex(String name,
String[] components,
boolean ordered,
Extractors extractors,
InternalSerializationService ss,
IndexCopyBehavior copyBehavior,
PerIndexStats stats) |
InternalIndex |
IndexProvider.createIndex(String name,
String[] components,
boolean ordered,
Extractors extractors,
InternalSerializationService ss,
IndexCopyBehavior copyBehavior,
PerIndexStats stats)
Creates a new index with the given 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 |
---|
AbstractIndex(String name,
String[] components,
boolean ordered,
InternalSerializationService ss,
Extractors extractors,
IndexCopyBehavior copyBehavior,
PerIndexStats stats) |
CachedQueryEntry(InternalSerializationService serializationService,
Data key,
Object value,
Extractors extractors) |
IndexImpl(String name,
String[] components,
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 |
---|---|
Extractors |
Extractors.Builder.build() |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.