Interface FindToken


  • public interface FindToken
    The find token used to search entries in the store
    • Method Detail

      • toBytes

        byte[] toBytes()
        Returns the contents of the token in bytes
        Returns:
        The byte array representing the token
      • getBytesRead

        long getBytesRead()
        Returns the total bytes read so far until this token
        Returns:
        The total bytes read so far until this token
      • getType

        FindTokenType getType()
        Returns the type of FindToken
        Returns:
        the type of the token
      • getVersion

        short getVersion()
        Returns the version of the FindToken
        Returns:
        the version of the FindToken