Class ExternalizableStreamAppendableColumn<DATA_TYPE extends Externalizable>
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<DATA_TYPE>
com.illumon.iris.db.tables.appendable.stream.ExternalizableStreamAppendableColumn<DATA_TYPE>
- All Implemented Interfaces:
AppendableColumn<DATA_TYPE>
public class ExternalizableStreamAppendableColumn<DATA_TYPE extends Externalizable>
extends BlobStreamAppendableColumn<DATA_TYPE>
AppendableColumn for streaming output of Externalizable objects to a CurrentByteBufferSink.
-
Field Summary
Fields inherited from class com.illumon.iris.db.tables.appendable.BaseAppendableColumn
name, type
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<DATA_TYPE extends Externalizable>
-