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 CursorcopyFrom(byte[] bytes)booleanequals(Object obj)static CursorfromUrlSafe(String urlSafe)Create aCursorgiven its URL safe encoded form.inthashCode()StringtoString()StringtoUrlSafe()Returns the cursor in an encoded form that can be used as part of a URL.
-