Class StreamPosition

java.lang.Object
oracle.kv.pubsub.StreamPosition
All Implemented Interfaces:
Serializable

public class StreamPosition extends Object implements Serializable
A StreamPosition represents a position in a subscription stream.
See Also:
  • Method Details

    • getStoreName

      public String getStoreName()
      Gets store name
      Returns:
      store name
    • getStoreId

      public long getStoreId()
      Gets store id
      Returns:
      store id
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object