Interface CommandDistributionRecordValue

All Superinterfaces:
JsonSerializable, RecordValue
All Known Implementing Classes:
ImmutableCommandDistributionRecordValue

@Immutable public interface CommandDistributionRecordValue extends RecordValue
  • Method Details

    • getPartitionId

      int getPartitionId()
      Returns:
      the partition where the record should be distributed to
    • getValueType

      ValueType getValueType()
      Returns:
      the wrapped record value type
    • getCommandValue

      RecordValue getCommandValue()
      Returns:
      the wrapped record value