voldemort.client.protocol.admin
Class StreamingClientConfig

java.lang.Object
  extended by voldemort.client.protocol.admin.StreamingClientConfig
All Implemented Interfaces:
java.io.Serializable

public class StreamingClientConfig
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
StreamingClientConfig()
           
StreamingClientConfig(Props props)
           
 
Method Summary
 int getBatchSize()
           
 java.lang.String getBootstrapURL()
           
 int getFailedNodesTolerated()
           
 int getThrottleQPS()
           
 boolean isOverWriteIfLatestTs()
           
 void setBatchSize(int batchSize)
           
 void setBootstrapURL(java.lang.String bootstrapURL)
           
 void setFailedNodesTolerated(int failedNodesTolerated)
           
 void setOverWriteIfLatestTs(boolean overWriteIfLatestTs)
           
 void setThrottleQPS(int throttleQPS)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamingClientConfig

public StreamingClientConfig()

StreamingClientConfig

public StreamingClientConfig(Props props)
Method Detail

getBatchSize

public int getBatchSize()

setBatchSize

public void setBatchSize(int batchSize)

getThrottleQPS

public int getThrottleQPS()

setThrottleQPS

public void setThrottleQPS(int throttleQPS)

getBootstrapURL

public java.lang.String getBootstrapURL()

setBootstrapURL

public void setBootstrapURL(java.lang.String bootstrapURL)

getFailedNodesTolerated

public int getFailedNodesTolerated()

setFailedNodesTolerated

public void setFailedNodesTolerated(int failedNodesTolerated)

isOverWriteIfLatestTs

public boolean isOverWriteIfLatestTs()

setOverWriteIfLatestTs

public void setOverWriteIfLatestTs(boolean overWriteIfLatestTs)


Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao, Chinmay Soman, Vinoth Chandar, Zhongjie Wu