Uses of Interface
org.apache.mesos.state.State

Packages that use State
org.apache.mesos.state   
 

Uses of State in org.apache.mesos.state
 

Classes in org.apache.mesos.state that implement State
 class AbstractState
          Abstract implementation of State that provides operations on futures to make concrete classes easier to create.
 class InMemoryState
          An in-memory implementation of state.
 class LevelDBState
          Implementation of State that uses LevelDB to store variables/values.
 class ZooKeeperState
          Implementation of State that uses ZooKeeper to store variables/values.
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.