Package | Description |
---|---|
com.hazelcast.internal.serialization.impl | |
com.hazelcast.query.extractor |
Contains classes related to custom attributes and the extraction of their values.
|
com.hazelcast.query.impl |
Contains the implementation classes of the query functionality.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultPortableReader.read(String path,
ValueCollector collector) |
Modifier and Type | Method and Description |
---|---|
abstract void |
ValueExtractor.extract(T target,
A argument,
ValueCollector collector)
Extracts a value from the given target object.
|
abstract <T> void |
ValueReader.read(String path,
ValueCollector<T> collector)
Read the value of the attribute specified by the path and returns the result directly to the collector.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultValueCollector |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.