Package com.google.cloud.datastore
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 aQuery
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Cursor
copyFrom(byte[] bytes)
boolean
equals(Object obj)
static Cursor
fromUrlSafe(String urlSafe)
Create aCursor
given its URL safe encoded form.int
hashCode()
String
toString()
String
toUrlSafe()
Returns the cursor in an encoded form that can be used as part of a URL.
-