public class HighSpeedIngestBlobStore extends ExtendedAccumuloBlobStore
connector, tableName| Constructor and Description |
|---|
HighSpeedIngestBlobStore(org.apache.accumulo.core.client.Connector connector) |
HighSpeedIngestBlobStore(org.apache.accumulo.core.client.Connector connector,
int bufferSize) |
HighSpeedIngestBlobStore(org.apache.accumulo.core.client.Connector connector,
String tableName,
StoreConfig config) |
HighSpeedIngestBlobStore(org.apache.accumulo.core.client.Connector connector,
String tableName,
StoreConfig config,
int bufferSize) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.accumulo.core.client.BatchWriter |
getWriter()
Returns a new batch writer for the table.
|
void |
shutdown()
Will close all underlying resources
|
blobSize, configureTable, generateMutation, getProperties, storegenerateRowId, generateWriteStream, get, storepublic HighSpeedIngestBlobStore(org.apache.accumulo.core.client.Connector connector)
throws org.apache.accumulo.core.client.TableExistsException,
org.apache.accumulo.core.client.AccumuloSecurityException,
org.apache.accumulo.core.client.AccumuloException,
org.apache.accumulo.core.client.TableNotFoundException
org.apache.accumulo.core.client.TableExistsExceptionorg.apache.accumulo.core.client.AccumuloSecurityExceptionorg.apache.accumulo.core.client.AccumuloExceptionorg.apache.accumulo.core.client.TableNotFoundExceptionpublic HighSpeedIngestBlobStore(org.apache.accumulo.core.client.Connector connector,
String tableName,
StoreConfig config)
throws org.apache.accumulo.core.client.TableExistsException,
org.apache.accumulo.core.client.AccumuloSecurityException,
org.apache.accumulo.core.client.AccumuloException,
org.apache.accumulo.core.client.TableNotFoundException
org.apache.accumulo.core.client.TableExistsExceptionorg.apache.accumulo.core.client.AccumuloSecurityExceptionorg.apache.accumulo.core.client.AccumuloExceptionorg.apache.accumulo.core.client.TableNotFoundExceptionpublic HighSpeedIngestBlobStore(org.apache.accumulo.core.client.Connector connector,
int bufferSize)
throws org.apache.accumulo.core.client.TableExistsException,
org.apache.accumulo.core.client.AccumuloSecurityException,
org.apache.accumulo.core.client.AccumuloException,
org.apache.accumulo.core.client.TableNotFoundException
org.apache.accumulo.core.client.TableExistsExceptionorg.apache.accumulo.core.client.AccumuloSecurityExceptionorg.apache.accumulo.core.client.AccumuloExceptionorg.apache.accumulo.core.client.TableNotFoundExceptionpublic HighSpeedIngestBlobStore(org.apache.accumulo.core.client.Connector connector,
String tableName,
StoreConfig config,
int bufferSize)
throws org.apache.accumulo.core.client.TableExistsException,
org.apache.accumulo.core.client.AccumuloSecurityException,
org.apache.accumulo.core.client.AccumuloException,
org.apache.accumulo.core.client.TableNotFoundException
org.apache.accumulo.core.client.TableExistsExceptionorg.apache.accumulo.core.client.AccumuloSecurityExceptionorg.apache.accumulo.core.client.AccumuloExceptionorg.apache.accumulo.core.client.TableNotFoundExceptionpublic void shutdown()
throws org.apache.accumulo.core.client.MutationsRejectedException
org.apache.accumulo.core.client.MutationsRejectedExceptionprotected org.apache.accumulo.core.client.BatchWriter getWriter()
throws org.apache.accumulo.core.client.TableNotFoundException
getWriter in class AccumuloBlobStoreorg.apache.accumulo.core.client.TableNotFoundExceptionCopyright © 2014 Calrissian. All Rights Reserved.