voldemort.store.routed
Class RoutedStoreFactory

java.lang.Object
  extended by voldemort.store.routed.RoutedStoreFactory

public class RoutedStoreFactory
extends java.lang.Object


Constructor Summary
RoutedStoreFactory()
           
RoutedStoreFactory(java.util.concurrent.ExecutorService threadPool)
          Deprecated. 
 
Method Summary
 RoutedStore create(Cluster cluster, StoreDefinition storeDefinition, java.util.Map<java.lang.Integer,Store<ByteArray,byte[],byte[]>> nodeStores, FailureDetector failureDetector, RoutedStoreConfig routedStoreConfig)
           
 RoutedStore create(Cluster cluster, StoreDefinition storeDefinition, java.util.Map<java.lang.Integer,Store<ByteArray,byte[],byte[]>> nodeStores, java.util.Map<java.lang.Integer,NonblockingStore> nonblockingStores, java.util.Map<java.lang.Integer,Store<ByteArray,Slop,byte[]>> slopStores, java.util.Map<java.lang.Integer,NonblockingStore> nonblockingSlopStores, FailureDetector failureDetector, RoutedStoreConfig routedStoreConfig)
           
 void setThreadPool(java.util.concurrent.ExecutorService threadPool)
          Deprecated. 
 NonblockingStore toNonblockingStore(Store<ByteArray,byte[],byte[]> store)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoutedStoreFactory

public RoutedStoreFactory()

RoutedStoreFactory

@Deprecated
public RoutedStoreFactory(java.util.concurrent.ExecutorService threadPool)
Deprecated. 

Method Detail

toNonblockingStore

public NonblockingStore toNonblockingStore(Store<ByteArray,byte[],byte[]> store)

setThreadPool

@Deprecated
public void setThreadPool(java.util.concurrent.ExecutorService threadPool)
Deprecated. 


create

public RoutedStore create(Cluster cluster,
                          StoreDefinition storeDefinition,
                          java.util.Map<java.lang.Integer,Store<ByteArray,byte[],byte[]>> nodeStores,
                          FailureDetector failureDetector,
                          RoutedStoreConfig routedStoreConfig)

create

public RoutedStore create(Cluster cluster,
                          StoreDefinition storeDefinition,
                          java.util.Map<java.lang.Integer,Store<ByteArray,byte[],byte[]>> nodeStores,
                          java.util.Map<java.lang.Integer,NonblockingStore> nonblockingStores,
                          java.util.Map<java.lang.Integer,Store<ByteArray,Slop,byte[]>> slopStores,
                          java.util.Map<java.lang.Integer,NonblockingStore> nonblockingSlopStores,
                          FailureDetector failureDetector,
                          RoutedStoreConfig routedStoreConfig)


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