com.ibm.streamsx.topology.tuple

Interface Keyable<K>

  • Type Parameters:
    K - Type of the key.
    All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    BeaconTuple


    public interface Keyable<K>
    extends java.io.Serializable
    A tuple that has a partition key.
    See Also:
    TStream.parallel(int), TWindow
    • Method Detail

      • getKey

        K getKey()
        Returns the partition key for this tuple.
        Returns:
        the partition key for this tuple
streamsx.topology 2.1 @ IBMStreams GitHub