Interface KeyValuePairsState

All Superinterfaces:
AccumulatorState
All Known Implementing Classes:
KeyValuePairsStateFactory.GroupedState, KeyValuePairsStateFactory.SingleState

public interface KeyValuePairsState extends AccumulatorState
  • Method Details

    • get

    • set

      void set(KeyValuePairs value)
    • addMemoryUsage

      void addMemoryUsage(long memory)
    • getKeyType

      Type getKeyType()
    • getValueType

      Type getValueType()