public class OSBTreeCollectionManagerRemote
extends com.orientechnologies.orient.core.db.record.ridbag.sbtree.OSBTreeCollectionManagerAbstract
| Constructor and Description |
|---|
OSBTreeCollectionManagerRemote() |
OSBTreeCollectionManagerRemote(OCollectionNetworkSerializer networkSerializer) |
| Modifier and Type | Method and Description |
|---|---|
Map<UUID,com.orientechnologies.orient.core.db.record.ridbag.sbtree.OBonsaiCollectionPointer> |
changedIds() |
void |
clearChangedIds() |
void |
clearPendingCollections() |
protected OSBTreeBonsaiRemote<com.orientechnologies.orient.core.db.record.OIdentifiable,Integer> |
createTree(int clusterId) |
UUID |
listenForChanges(com.orientechnologies.orient.core.db.record.ridbag.ORidBag collection) |
protected com.orientechnologies.orient.core.index.sbtreebonsai.local.OSBTreeBonsai<com.orientechnologies.orient.core.db.record.OIdentifiable,Integer> |
loadTree(com.orientechnologies.orient.core.db.record.ridbag.sbtree.OBonsaiCollectionPointer collectionPointer) |
void |
updateCollectionPointer(UUID uuid,
com.orientechnologies.orient.core.db.record.ridbag.sbtree.OBonsaiCollectionPointer pointer) |
public OSBTreeCollectionManagerRemote()
public OSBTreeCollectionManagerRemote(OCollectionNetworkSerializer networkSerializer)
protected OSBTreeBonsaiRemote<com.orientechnologies.orient.core.db.record.OIdentifiable,Integer> createTree(int clusterId)
createTree in class com.orientechnologies.orient.core.db.record.ridbag.sbtree.OSBTreeCollectionManagerAbstractprotected com.orientechnologies.orient.core.index.sbtreebonsai.local.OSBTreeBonsai<com.orientechnologies.orient.core.db.record.OIdentifiable,Integer> loadTree(com.orientechnologies.orient.core.db.record.ridbag.sbtree.OBonsaiCollectionPointer collectionPointer)
loadTree in class com.orientechnologies.orient.core.db.record.ridbag.sbtree.OSBTreeCollectionManagerAbstractpublic UUID listenForChanges(com.orientechnologies.orient.core.db.record.ridbag.ORidBag collection)
public void updateCollectionPointer(UUID uuid, com.orientechnologies.orient.core.db.record.ridbag.sbtree.OBonsaiCollectionPointer pointer)
public void clearPendingCollections()
public Map<UUID,com.orientechnologies.orient.core.db.record.ridbag.sbtree.OBonsaiCollectionPointer> changedIds()
public void clearChangedIds()
Copyright © 2009–2015 Orient Technologies. All rights reserved.