public interface JetTupleFactory extends TupleFactory
| Modifier and Type | Method and Description |
|---|---|
<K,V> JetTuple<K,V> |
tuple(K[] k,
V[] v,
int partitionId,
CalculationStrategy calculationStrategy)
Will create tuple with multi-element key part and multi-element value part
|
<K,V> JetTuple<K,V> |
tuple(K k,
V[] v,
int partitionId,
CalculationStrategy calculationStrategy)
Will create tuple with 1-element key part and multi-element value part
|
<K,V> JetTuple<K,V> |
tuple(K k,
V v,
int partitionId,
CalculationStrategy calculationStrategy)
Will create tuple with 1-element key part and 1-element value part
|
tuple, tuple, tuple<K,V> JetTuple<K,V> tuple(K k, V v, int partitionId, CalculationStrategy calculationStrategy)
K - type of the key partV - value of the key partk - value of the key partv - value of the value partpartitionId - partitionIdcalculationStrategy - calculation strategy to be used inside the tuple hash calculation<K,V> JetTuple<K,V> tuple(K k, V[] v, int partitionId, CalculationStrategy calculationStrategy)
K - type of the key partV - value of the key partk - value of the key partv - value of the value partpartitionId - partitionId of the data in key partcalculationStrategy - calculation strategy to be used inside the tuple hash calculation<K,V> JetTuple<K,V> tuple(K[] k, V[] v, int partitionId, CalculationStrategy calculationStrategy)
K - type of the key partV - value of the key partk - value of the key partv - value of the value partpartitionId - partitionId of the data in key partcalculationStrategy - calculation strategy to be used inside the tuple hash calculationCopyright © 2016 Hazelcast, Inc.. All Rights Reserved.