Class Cursor

java.lang.Object
com.google.cloud.datastore.Cursor
All Implemented Interfaces:
Serializable

public final class Cursor extends Object implements Serializable
A Google Cloud Datastore cursor. The cursor can be used to as a starting point or an ending point for a Query
See Also:
  • Method Details

    • hashCode

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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlSafe

      public String toUrlSafe()
      Returns the cursor in an encoded form that can be used as part of a URL.
    • fromUrlSafe

      public static Cursor fromUrlSafe(String urlSafe)
      Create a Cursor given its URL safe encoded form.
    • copyFrom

      public static Cursor copyFrom(byte[] bytes)