Class StreamId
java.lang.Object
com.github.fppt.jedismock.datastructures.streams.StreamId
- All Implemented Interfaces:
Comparable<StreamId>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StreamId
public StreamId(long firstPart, long secondPart) -
StreamId
- Throws:
WrongStreamKeyException
-
StreamId
- Throws:
WrongStreamKeyException
-
-
Method Details
-
getFirstPart
public long getFirstPart() -
getSecondPart
public long getSecondPart() -
isZero
public boolean isZero() -
increment
- Throws:
WrongStreamKeyException
-
decrement
- Throws:
WrongStreamKeyException
-
compareTo
- Specified by:
compareToin interfaceComparable<StreamId>
-
toSlice
-
toString
-
equals
-
hashCode
public int hashCode()
-