Uses of Class
voldemort.serialization.json.JsonReader

Packages that use JsonReader
voldemort.store.readonly A storage engine that provides very efficient read-only access to large sorted files of data. 
 

Uses of JsonReader in voldemort.store.readonly
 

Constructors in voldemort.store.readonly with parameters of type JsonReader
JsonStoreBuilder(JsonReader reader, Cluster cluster, StoreDefinition storeDefinition, RoutingStrategy routingStrategy, java.io.File outputDir, java.io.File tempDir, int internalSortSize, int numThreads, int numChunks, int ioBufferSize, boolean gzipIntermediate)
           
 



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