I
- input typeO
- output typepublic abstract class Projection<I,O> extends Object implements Serializable
IMap
Only 1:1 transformations allowed. Use an Aggregator to perform N:1 or N:M aggregations.
{@code IMapemployees = instance.getMap("employees"); Collection names = employees.project(new Projection ,String>(){
Constructor and Description |
---|
Projection() |
Modifier and Type | Method and Description |
---|---|
abstract O |
transform(I input)
Transforms the input object into the output object.
|
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.