org.hypergraphdb.peer
Class StorageService
java.lang.Object
org.hypergraphdb.peer.StorageService
public class StorageService
- extends java.lang.Object
- Author:
- ciprian.costa
Handles storage in the context of replication - manages log
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StorageService
public StorageService(HyperGraphPeer thisPeer)
addSubgraph
public HGHandle addSubgraph(Subgraph subgraph)
updateSubgraph
public HGHandle updateSubgraph(Subgraph subgraph)
addOrReplaceSubgraph
public HGHandle addOrReplaceSubgraph(Subgraph subgraph)
remove
public void remove(HGHandle handle)
registerType
public void registerType(HGPersistentHandle handle,
java.lang.Class<?> clazz)