Package | Description |
---|---|
com.hazelcast.internal.serialization.impl | |
com.hazelcast.query.extractor |
Contains classes related to custom attributes and the extraction of their values.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultPortableReader.read(String path,
ValueCallback callback) |
Modifier and Type | Method and Description |
---|---|
abstract <T> void |
ValueReader.read(String path,
ValueCallback<T> callback)
Read the value of the attribute specified by the path and returns the result via the callback.
|
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.