org.apache.accumulo.core.cli
Class BatchWriterOpts

java.lang.Object
  extended by org.apache.accumulo.core.cli.BatchWriterOpts

public class BatchWriterOpts
extends Object


Field Summary
 Long batchLatency
           
 Long batchMemory
           
 Integer batchThreads
           
 Long batchTimeout
           
 
Constructor Summary
BatchWriterOpts()
           
 
Method Summary
 BatchWriterConfig getBatchWriterConfig()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

batchThreads

public Integer batchThreads

batchLatency

public Long batchLatency

batchMemory

public Long batchMemory

batchTimeout

public Long batchTimeout
Constructor Detail

BatchWriterOpts

public BatchWriterOpts()
Method Detail

getBatchWriterConfig

public BatchWriterConfig getBatchWriterConfig()


Copyright © 2015 Apache Accumulo Project. All rights reserved.