voldemort.tools
Class KeySamplerCLI.SampleNodeTask

java.lang.Object
  extended by voldemort.tools.KeySamplerCLI.SampleNodeTask
All Implemented Interfaces:
java.util.concurrent.Callable<KeySamplerCLI.NodeSampleResult>
Enclosing class:
KeySamplerCLI

public class KeySamplerCLI.SampleNodeTask
extends java.lang.Object
implements java.util.concurrent.Callable<KeySamplerCLI.NodeSampleResult>


Constructor Summary
KeySamplerCLI.SampleNodeTask(Node node, StoreDefinition storeDefinition, java.io.Writer writer)
           
 
Method Summary
 KeySamplerCLI.NodeSampleResult call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeySamplerCLI.SampleNodeTask

public KeySamplerCLI.SampleNodeTask(Node node,
                                    StoreDefinition storeDefinition,
                                    java.io.Writer writer)
Method Detail

call

public KeySamplerCLI.NodeSampleResult call()
                                    throws java.lang.Exception
Specified by:
call in interface java.util.concurrent.Callable<KeySamplerCLI.NodeSampleResult>
Throws:
java.lang.Exception


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