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.
IMap employees = 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 © 2017 Hazelcast, Inc.. All Rights Reserved.