Package org.apache.beam.sdk.io.redis
Class RedisCursor
java.lang.Object
org.apache.beam.sdk.io.redis.RedisCursor
- All Implemented Interfaces:
Serializable
,Comparable<RedisCursor>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RedisCursor
static final RedisCursor
static final ByteKey
-
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(RedisCursor other) RedisCursor
implementsComparable<RedisCursor>
by transforming the cursors to an index of the Redis table.boolean
long
int
hashCode()
boolean
isStart()
static RedisCursor
-
Field Details
-
ZERO_KEY
-
ZERO_CURSOR
-
END_CURSOR
-
-
Method Details
-
of
-
compareTo
RedisCursor
implementsComparable<RedisCursor>
by transforming the cursors to an index of the Redis table.- Specified by:
compareTo
in interfaceComparable<RedisCursor>
-
equals
-
hashCode
public int hashCode() -
getCursor
-
getDbSize
public long getDbSize() -
isStart
public boolean isStart()
-