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 RedisCursorstatic final RedisCursorstatic final ByteKey - 
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(RedisCursor other) RedisCursorimplementsComparable<RedisCursor>by transforming the cursors to an index of the Redis table.booleanlonginthashCode()booleanisStart()static RedisCursor 
- 
Field Details
- 
ZERO_KEY
 - 
ZERO_CURSOR
 - 
END_CURSOR
 
 - 
 - 
Method Details
- 
of
 - 
compareTo
RedisCursorimplementsComparable<RedisCursor>by transforming the cursors to an index of the Redis table.- Specified by:
 compareToin interfaceComparable<RedisCursor>
 - 
equals
 - 
hashCode
public int hashCode() - 
getCursor
 - 
getDbSize
public long getDbSize() - 
isStart
public boolean isStart() 
 -