org.apache.mesos.state
Class LevelDBState

java.lang.Object
  extended by org.apache.mesos.state.AbstractState
      extended by org.apache.mesos.state.LevelDBState
All Implemented Interfaces:
State

public class LevelDBState
extends AbstractState

Implementation of State that uses LevelDB to store variables/values.


Constructor Summary
LevelDBState(String path)
          Constructs a new instance of LevelDBState.
 
Method Summary
protected  void initialize(String path)
           
 
Methods inherited from class org.apache.mesos.state.AbstractState
expunge, fetch, finalize, names, store
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LevelDBState

public LevelDBState(String path)
Constructs a new instance of LevelDBState.

Parameters:
path - absolute path to database.
Method Detail

initialize

protected void initialize(String path)


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