#589 - ElasticSearch, Transaction - rename DocStoreMode and batch size methods

This commit is contained in:
Robin Bygrave
2016-03-07 19:15:08 +13:00
parent a0609b1726
commit cf825f7ac4
7 changed files with 27 additions and 27 deletions
@@ -109,13 +109,13 @@ public interface SpiTransaction extends Transaction {
* Returning 0 implies to use the system wide default batch size.
* </p>
*/
DocStoreMode getDocStoreUpdateMode();
DocStoreMode getDocStoreMode();
/**
* Return the batch size to us for ElasticSearch Bulk API calls
* as a result of this transaction.
*/
int getDocStoreBulkBatchSize();
int getDocStoreBatchSize();
/**
* Return the batchSize specifically set for this transaction or 0.