Uses of Class
org.apache.cassandra.utils.bytecomparable.ByteSource.Peekable
Packages that use ByteSource.Peekable
Package
Description
-
Uses of ByteSource.Peekable in org.apache.cassandra.db
Methods in org.apache.cassandra.db with parameters of type ByteSource.PeekableModifier and TypeMethodDescriptionstatic byte[]DecoratedKey.keyFromByteSource(ByteSource.Peekable peekableByteSource, ByteComparable.Version version, IPartitioner partitioner) -
Uses of ByteSource.Peekable in org.apache.cassandra.db.marshal
Methods in org.apache.cassandra.db.marshal with parameters of type ByteSource.PeekableModifier and TypeMethodDescription<V> VAbstractTimeUUIDType.fromComparableBytes(ValueAccessor<V> accessor, ByteSource.Peekable comparableBytes, ByteComparable.Version version) <V> VAbstractType.fromComparableBytes(ValueAccessor<V> accessor, ByteSource.Peekable comparableBytes, ByteComparable.Version version) Translates the given byte-ordered representation to the common, non-byte-ordered binary representation of a payload for this abstract type (the latter, common binary representation is what we mostly work with in the storage engine internals).final ByteBufferAbstractType.fromComparableBytes(ByteSource.Peekable comparableBytes, ByteComparable.Version version) <V> VBooleanType.fromComparableBytes(ValueAccessor<V> accessor, ByteSource.Peekable comparableBytes, ByteComparable.Version version) <V> VByteType.fromComparableBytes(ValueAccessor<V> accessor, ByteSource.Peekable comparableBytes, ByteComparable.Version version) <V> VCompositeType.fromComparableBytes(ValueAccessor<V> accessor, ByteSource.Peekable comparableBytes, ByteComparable.Version version) <V> VDateType.fromComparableBytes(ValueAccessor<V> accessor, ByteSource.Peekable comparableBytes, ByteComparable.Version version) Deprecated.<V> VDecimalType.fromComparableBytes(ValueAccessor<V> accessor, ByteSource.Peekable comparableBytes, ByteComparable.Version version) <V> VDoubleType.fromComparableBytes(ValueAccessor<V> accessor, ByteSource.Peekable comparableBytes, ByteComparable.Version version) <V> VDynamicCompositeType.fromComparableBytes(ValueAccessor<V> accessor, ByteSource.Peekable comparableBytes, ByteComparable.Version version) <V> VEmptyType.fromComparableBytes(ValueAccessor<V> accessor, ByteSource.Peekable comparableBytes, ByteComparable.Version version) <V> VFloatType.fromComparableBytes(ValueAccessor<V> accessor, ByteSource.Peekable comparableBytes, ByteComparable.Version version) <V> VInt32Type.fromComparableBytes(ValueAccessor<V> accessor, ByteSource.Peekable comparableBytes, ByteComparable.Version version) <V> VIntegerType.fromComparableBytes(ValueAccessor<V> accessor, ByteSource.Peekable comparableBytes, ByteComparable.Version version) <V> VLexicalUUIDType.fromComparableBytes(ValueAccessor<V> accessor, ByteSource.Peekable comparableBytes, ByteComparable.Version version) <V> VListType.fromComparableBytes(ValueAccessor<V> accessor, ByteSource.Peekable comparableBytes, ByteComparable.Version version) <V> VLongType.fromComparableBytes(ValueAccessor<V> accessor, ByteSource.Peekable comparableBytes, ByteComparable.Version version) <T> TMapType.fromComparableBytes(ValueAccessor<T> accessor, ByteSource.Peekable comparableBytes, ByteComparable.Version version) <V> VPartitionerDefinedOrder.fromComparableBytes(ValueAccessor<V> accessor, ByteSource.Peekable comparableBytes, ByteComparable.Version version) <V> VReversedType.fromComparableBytes(ValueAccessor<V> accessor, ByteSource.Peekable comparableBytes, ByteComparable.Version version) <V> VSetType.fromComparableBytes(ValueAccessor<V> accessor, ByteSource.Peekable comparableBytes, ByteComparable.Version version) <V> VShortType.fromComparableBytes(ValueAccessor<V> accessor, ByteSource.Peekable comparableBytes, ByteComparable.Version version) <V> VSimpleDateType.fromComparableBytes(ValueAccessor<V> accessor, ByteSource.Peekable comparableBytes, ByteComparable.Version version) <V> VTimestampType.fromComparableBytes(ValueAccessor<V> accessor, ByteSource.Peekable comparableBytes, ByteComparable.Version version) <V> VTimeType.fromComparableBytes(ValueAccessor<V> accessor, ByteSource.Peekable comparableBytes, ByteComparable.Version version) <V> VTupleType.fromComparableBytes(ValueAccessor<V> accessor, ByteSource.Peekable comparableBytes, ByteComparable.Version version) <V> VUUIDType.fromComparableBytes(ValueAccessor<V> accessor, ByteSource.Peekable comparableBytes, ByteComparable.Version version) <V> VVectorType.fromComparableBytes(ValueAccessor<V> accessor, ByteSource.Peekable comparableBytes, ByteComparable.Version version) -
Uses of ByteSource.Peekable in org.apache.cassandra.dht
Methods in org.apache.cassandra.dht with parameters of type ByteSource.PeekableModifier and TypeMethodDescriptionabstract TokenToken.TokenFactory.fromComparableBytes(ByteSource.Peekable comparableBytes, ByteComparable.Version version) Translates the given byte-comparable representation to a token instance. -
Uses of ByteSource.Peekable in org.apache.cassandra.utils.bytecomparable
Methods in org.apache.cassandra.utils.bytecomparable that return ByteSource.PeekableModifier and TypeMethodDescriptionstatic ByteSource.PeekableByteSourceInverse.nextComponentSource(ByteSource.Peekable source) A utility for consuming components from a peekable multi-component sequence.static ByteSource.PeekableByteSourceInverse.nextComponentSource(ByteSource.Peekable source, int separator) A utility for consuming components from a peekable multi-component sequence, very similar toByteSourceInverse.nextComponentSource(ByteSource.Peekable)- the difference being that here the separator can be passed in case it had to be consumed beforehand.static ByteSource.PeekableByteSource.peekable(ByteSource p) Methods in org.apache.cassandra.utils.bytecomparable with parameters of type ByteSource.PeekableModifier and TypeMethodDescriptionstatic StringByteSourceInverse.getString(ByteSource.Peekable byteSource) Converts the givenByteSourceto a UTF-8String.static byte[]ByteSourceInverse.getUnescapedBytes(ByteSource.Peekable byteSource) Reads a single variable-length byte sequence (blob, string, ...) encoded according to the scheme described in ByteComparable.md, decoding it back to its original, unescaped form.static ByteSource.PeekableByteSourceInverse.nextComponentSource(ByteSource.Peekable source) A utility for consuming components from a peekable multi-component sequence.static ByteSource.PeekableByteSourceInverse.nextComponentSource(ByteSource.Peekable source, int separator) A utility for consuming components from a peekable multi-component sequence, very similar toByteSourceInverse.nextComponentSource(ByteSource.Peekable)- the difference being that here the separator can be passed in case it had to be consumed beforehand.static ByteSourceByteSourceInverse.unescape(ByteSource.Peekable byteSource) As above, but converts the result to a ByteSource.