org.apache.whirr.service
Class ClusterStateStoreFactory

java.lang.Object
  extended by org.apache.whirr.service.ClusterStateStoreFactory

public class ClusterStateStoreFactory
extends Object

A factory for ClusterStateStores.


Constructor Summary
ClusterStateStoreFactory()
           
 
Method Summary
 ClusterStateStore create(ClusterSpec spec)
           
 ClusterStateStore create(ClusterSpec spec, org.apache.commons.configuration.Configuration conf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterStateStoreFactory

public ClusterStateStoreFactory()
Method Detail

create

public ClusterStateStore create(ClusterSpec spec)

create

public ClusterStateStore create(ClusterSpec spec,
                                org.apache.commons.configuration.Configuration conf)


Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.