Package com.illumon.iris.binarystore
Class BinaryStoreWriter
java.lang.Object
com.illumon.iris.binarystore.AbstractBinaryStoreWriter
com.illumon.iris.binarystore.BinaryStoreWriterV1
com.illumon.iris.binarystore.BinaryStoreWriter
- All Implemented Interfaces:
Entry
,Record
,Row
,TableWriter
@Deprecated public class BinaryStoreWriter extends BinaryStoreWriterV1
Deprecated.
Temporary, deprecated class so that existing loggers will compile enough to be regenerated.
Also used in various places within Walleye. If we just pull the rug out it is a problem.
I'm sure private repos will touch it.
This maybe should delegate to the factory, so we aren't stuck with V1 logs forever.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.illumon.iris.binarystore.Record
Record.RecordSetter<T extends RecordData>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description BinaryStoreWriter(String path, String[] columnNames, SupportedType[] columnTypes, Object[] typeMetadata)
Deprecated.BinaryStoreWriter(String path, String[] columnNames, SupportedType[] columnTypes, Object[] typeMetadata, com.fishlib.io.logger.Logger log)
Deprecated.BinaryStoreWriter(String path, String[] columnNames, SupportedType[] columnTypes, Object[] typeMetadata, DateFormat rollFormat)
Deprecated.BinaryStoreWriter(String path, String[] columnNames, SupportedType[] columnTypes, Object[] typeMetadata, DateFormat rollFormat, com.fishlib.io.logger.Logger log)
Deprecated.BinaryStoreWriter(String path, String[] columnNames, SupportedType[] columnTypes, Object[] typeMetadata, DateFormat rollFormat, Map<String,Object> constantValues, com.fishlib.io.logger.Logger log)
Deprecated.BinaryStoreWriter(String path, String[] columnNames, SupportedType[] columnTypes, Object[] typeMetadata, Map<String,Object> constantValues, com.fishlib.io.logger.Logger log)
Deprecated. -
Method Summary
Methods inherited from class com.illumon.iris.binarystore.BinaryStoreWriterV1
getChannel, getColumnNames, getColumnTypes, getRowWriter, getSetter, setFlags, size, writeRow
Methods inherited from class com.illumon.iris.binarystore.AbstractBinaryStoreWriter
close, flush, setChannelManager, supportAllTypes
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.binarystore.Row
getColumnPartitionValue, setColumnPartitionValue
Methods inherited from interface com.illumon.iris.binarystore.TableWriter
flushDeferredRows, getRecordSetter, getRecordSetter, getRecordWriter, getSetter, writeDeferredRow, writeRecord
-
Constructor Details
-
BinaryStoreWriter
@Deprecated public BinaryStoreWriter(String path, String[] columnNames, SupportedType[] columnTypes, Object[] typeMetadata) throws IOExceptionDeprecated.- Throws:
IOException
-
BinaryStoreWriter
@Deprecated public BinaryStoreWriter(String path, String[] columnNames, SupportedType[] columnTypes, Object[] typeMetadata, com.fishlib.io.logger.Logger log) throws IOExceptionDeprecated.- Throws:
IOException
-
BinaryStoreWriter
@Deprecated public BinaryStoreWriter(String path, String[] columnNames, SupportedType[] columnTypes, Object[] typeMetadata, Map<String,Object> constantValues, com.fishlib.io.logger.Logger log) throws IOExceptionDeprecated.- Throws:
IOException
-
BinaryStoreWriter
@Deprecated public BinaryStoreWriter(String path, String[] columnNames, SupportedType[] columnTypes, Object[] typeMetadata, DateFormat rollFormat) throws IOExceptionDeprecated.- Throws:
IOException
-
BinaryStoreWriter
@Deprecated public BinaryStoreWriter(String path, String[] columnNames, SupportedType[] columnTypes, Object[] typeMetadata, DateFormat rollFormat, com.fishlib.io.logger.Logger log) throws IOExceptionDeprecated.- Throws:
IOException
-
BinaryStoreWriter
@Deprecated public BinaryStoreWriter(String path, String[] columnNames, SupportedType[] columnTypes, Object[] typeMetadata, DateFormat rollFormat, Map<String,Object> constantValues, com.fishlib.io.logger.Logger log) throws IOExceptionDeprecated.- Throws:
IOException
-