Class Request

  • All Implemented Interfaces:
    java.io.Serializable

    @Internal
    public class Request
    extends java.lang.Object
    implements java.io.Serializable
    A transactional request sent to coordinator.
    See Also:
    Serialized Form
    • Constructor Detail

      • Request

        public Request()
    • Method Detail

      • withResponsePartitionId

        public Request withResponsePartitionId​(int responsePartitionId)
      • getInputAttributes

        public java.util.List<KeyAttribute> getInputAttributes()
      • getOutputs

        public java.util.Collection<StreamElement> getOutputs()
      • getResponsePartitionId

        public int getResponsePartitionId()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object