public abstract class AbstractShardManagerCreator<T extends AbstractShardManagerCreator<T>> extends Object
| Modifier and Type | Method and Description | 
|---|---|
| protected void | checkSealed() | 
| T | cluster(ClusterWrapper newCluster) | 
| T | configuration(Configuration newConfiguration) | 
| T | datastoreContextFactory(DatastoreContextFactory newDatastoreContextFactory) | 
| T | distributedDataStore(AbstractDataStore newDistributedDataStore) | 
| T | primaryShardInfoCache(PrimaryShardInfoFutureCache newPrimaryShardInfoCache) | 
| akka.actor.Props | props() | 
| T | restoreFromSnapshot(DatastoreSnapshot newRestoreFromSnapshot) | 
| protected void | verify() | 
| T | waitTillReadyCountDownLatch(CountDownLatch newWaitTillReadyCountDownLatch) | 
protected final void checkSealed()
public T cluster(ClusterWrapper newCluster)
public T configuration(Configuration newConfiguration)
public T datastoreContextFactory(DatastoreContextFactory newDatastoreContextFactory)
public T distributedDataStore(AbstractDataStore newDistributedDataStore)
public T waitTillReadyCountDownLatch(CountDownLatch newWaitTillReadyCountDownLatch)
public T primaryShardInfoCache(PrimaryShardInfoFutureCache newPrimaryShardInfoCache)
public T restoreFromSnapshot(DatastoreSnapshot newRestoreFromSnapshot)
protected void verify()
public akka.actor.Props props()
Copyright © 2019 OpenDaylight. All rights reserved.