Package oracle.kv

Class KeyValueVersion

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Key getKey()
      Returns the Key part of the KV pair.
      Value getValue()
      Returns the Value part of the KV pair.
      Version getVersion()
      Returns the Version of the KV pair.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getKey

        public Key getKey()
        Returns the Key part of the KV pair.
      • getValue

        public Value getValue()
        Returns the Value part of the KV pair.
      • getVersion

        public Version getVersion()
        Returns the Version of the KV pair.
      • toString

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