public class ChunkedBulkInsertOptions extends Object
Constructor and Description |
---|
ChunkedBulkInsertOptions() |
Modifier and Type | Method and Description |
---|---|
long |
getMaxChunkVolumeInBytes()
Max volume of all the documents could be sent in each bulk insert sub operation (Default: 8MB)
|
int |
getMaxDocumentsPerChunk()
Number of documents to send in each bulk insert sub operation (Default: 2048)
|
void |
setMaxChunkVolumeInBytes(long maxChunkVolumeInBytes)
Max volume of all the documents could be sent in each bulk insert sub operation (Default: 8MB)
|
void |
setMaxDocumentsPerChunk(int maxDocumentsPerChunk)
Number of documents to send in each bulk insert sub operation (Default: 2048)
|
public int getMaxDocumentsPerChunk()
public void setMaxDocumentsPerChunk(int maxDocumentsPerChunk)
public long getMaxChunkVolumeInBytes()
public void setMaxChunkVolumeInBytes(long maxChunkVolumeInBytes)
Copyright © 2016. All Rights Reserved.