Class ByteSource.ArrayEscaper
- java.lang.Object
-
- org.apache.cassandra.utils.bytecomparable.ByteSource.AbstractEscaper
-
- org.apache.cassandra.utils.bytecomparable.ByteSource.ArrayEscaper
-
- All Implemented Interfaces:
ByteSource
- Enclosing interface:
- ByteSource
public static class ByteSource.ArrayEscaper extends ByteSource.AbstractEscaper
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.cassandra.utils.bytecomparable.ByteSource
ByteSource.AbstractEscaper, ByteSource.AccessorEscaper<V>, ByteSource.ArrayEscaper, ByteSource.BufferEscaper, ByteSource.MemoryEscaper, ByteSource.Multi, ByteSource.Number, ByteSource.Peekable, ByteSource.Separator, ByteSource.SignedFixedLengthFloat<V>, ByteSource.SignedFixedLengthNumber<V>, ByteSource.VariableLengthInteger, ByteSource.VariableLengthUnsignedInteger
-
-
Field Summary
-
Fields inherited from interface org.apache.cassandra.utils.bytecomparable.ByteSource
EMPTY, END_OF_STREAM, ESCAPE, ESCAPED_0_CONT, ESCAPED_0_DONE, EXCLUDED, GT_NEXT_COMPONENT, GTGT_NEXT_COMPONENT, LT_NEXT_COMPONENT, LTLT_NEXT_COMPONENT, MAX_NEXT_COMPONENT, MAX_SEPARATOR, MIN_NEXT_COMPONENT, MIN_SEPARATOR, NEXT_COMPONENT, NEXT_COMPONENT_EMPTY, NEXT_COMPONENT_EMPTY_REVERSED, NEXT_COMPONENT_NULL, TERMINATOR
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected byte
get(int index)
protected int
limit()
-
Methods inherited from class org.apache.cassandra.utils.bytecomparable.ByteSource.AbstractEscaper
next
-
-
-
-
Method Detail
-
get
protected byte get(int index)
- Specified by:
get
in classByteSource.AbstractEscaper
-
limit
protected int limit()
- Specified by:
limit
in classByteSource.AbstractEscaper
-
-