Class StringStreamAppendableColumn
java.lang.Object
com.illumon.iris.db.tables.appendable.BaseAppendableColumn<DATA_TYPE>
com.illumon.iris.db.tables.appendable.stream.StreamAppendableColumn<DATA_TYPE>
com.illumon.iris.db.tables.appendable.stream.BlobStreamAppendableColumn<String>
com.illumon.iris.db.tables.appendable.stream.StringStreamAppendableColumn
- All Implemented Interfaces:
AppendableColumn<String>
public class StringStreamAppendableColumn extends BlobStreamAppendableColumn<String>
AppendableColumn for streaming output of Strings to a CurrentByteBufferSink.
-
Field Summary
Fields inherited from interface com.illumon.iris.db.tables.appendable.AppendableColumn
DEFAULT_CHUNK_CAPACITY
-
Method Summary
Methods inherited from class com.illumon.iris.db.tables.appendable.stream.BlobStreamAppendableColumn
add
Methods inherited from class com.illumon.iris.db.tables.appendable.stream.StreamAppendableColumn
addByte, addByte, addBytes, addBytes, addChar, addChar, addChars, addDouble, addDouble, addDoubles, addFloat, addFloat, addFloats, addFromBooleanChunk, addFromByteChunk, addFromCharChunk, addFromDoubleChunk, addFromFloatChunk, addFromIntChunk, addFromLongChunk, addFromObjectChunk, addFromShortChunk, addInt, addInt, addInts, addLong, addLong, addLongs, addShort, addShort, addShorts, close, force
Methods inherited from class com.illumon.iris.db.tables.appendable.BaseAppendableColumn
add, add, addBoolean, addBoolean, addBooleans, checkArrayAddBounds, encodeExternalizable, encodeSerializable, getAddHelper, getName, getType
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.illumon.iris.db.tables.appendable.AppendableColumn
addFromArray, addFromBoxedValue, addFromBoxedValue, addFromChunk, addFromChunkSource, addFromChunkSource, addFromChunkSource, addFromColumnSource, addFromColumnSource, addFromColumnSource, addFromColumnSource, addFromDataColumn
-
Method Details
-
toBytes
- Specified by:
toBytes
in classBlobStreamAppendableColumn<String>
-