storm.trident.state.map
Class MicroBatchIBackingMap.Options

java.lang.Object
  extended by storm.trident.state.map.MicroBatchIBackingMap.Options
All Implemented Interfaces:
Serializable
Enclosing class:
MicroBatchIBackingMap<T>

public static class MicroBatchIBackingMap.Options
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 int maxMultiGetBatchSize
           
 int maxMultiPutBatchSize
           
 
Constructor Summary
MicroBatchIBackingMap.Options()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maxMultiGetBatchSize

public int maxMultiGetBatchSize

maxMultiPutBatchSize

public int maxMultiPutBatchSize
Constructor Detail

MicroBatchIBackingMap.Options

public MicroBatchIBackingMap.Options()


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.