public class ShardedBulkInsertOperation extends Object implements CleanCloseable
Constructor and Description |
---|
ShardedBulkInsertOperation(String database,
ShardedDocumentStore shardedDocumentStore,
BulkInsertOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
abort() |
void |
close() |
IDatabaseCommands |
getDatabaseCommands() |
boolean |
isAborted() |
void |
store(Object entity) |
public ShardedBulkInsertOperation(String database, ShardedDocumentStore shardedDocumentStore, BulkInsertOptions options)
public boolean isAborted()
public void abort()
public IDatabaseCommands getDatabaseCommands()
public void store(Object entity) throws InterruptedException
InterruptedException
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in interface CleanCloseable
Copyright © 2016. All Rights Reserved.