public interface BulkLoadIndexDataSetWriterBuilder
Modifier and Type | Method and Description |
---|---|
DataSetWriter |
build() |
BulkLoadIndexDataSetWriterBuilder |
bulkLoadDirectory(java.lang.String bulkLoadDirectory) |
BulkLoadIndexDataSetWriterBuilder |
destConglomerate(long heapConglom) |
BulkLoadIndexDataSetWriterBuilder |
indexName(java.lang.String indexName) |
BulkLoadIndexDataSetWriterBuilder |
operationContext(OperationContext operationContext) |
BulkLoadIndexDataSetWriterBuilder |
sampling(boolean sampling) |
BulkLoadIndexDataSetWriterBuilder |
tentativeIndex(com.splicemachine.ddl.DDLMessage.TentativeIndex tentativeIndex) |
BulkLoadIndexDataSetWriterBuilder |
txn(TxnView txn) |
BulkLoadIndexDataSetWriterBuilder bulkLoadDirectory(java.lang.String bulkLoadDirectory)
BulkLoadIndexDataSetWriterBuilder sampling(boolean sampling)
BulkLoadIndexDataSetWriterBuilder destConglomerate(long heapConglom)
BulkLoadIndexDataSetWriterBuilder txn(TxnView txn)
BulkLoadIndexDataSetWriterBuilder operationContext(OperationContext operationContext)
BulkLoadIndexDataSetWriterBuilder tentativeIndex(com.splicemachine.ddl.DDLMessage.TentativeIndex tentativeIndex)
BulkLoadIndexDataSetWriterBuilder indexName(java.lang.String indexName)
DataSetWriter build() throws StandardException
StandardException