org.jrdf.graph.index.operation.mem
Class BasicOperations
java.lang.Object
org.jrdf.graph.index.operation.mem.BasicOperations
public class BasicOperations
- extends Object
Just a spike. Please test drive.
- Version:
- $Revision: 1045 $
- Author:
- Andrew Newman
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicOperations
public BasicOperations()
copyEntriesToIndex
public static void copyEntriesToIndex(LongIndex existingIndex,
LongIndex newIndex)
throws GraphException
- Throws:
GraphException
reconstruct
public static void reconstruct(LongIndex existingIndex,
LongIndex firstNewIndex,
LongIndex secondNewIndex)
throws GraphException
- Throws:
GraphException
removeEntriesFromIndex
public static void removeEntriesFromIndex(LongIndex existingIndex,
LongIndex newIndex)
throws GraphException
- Throws:
GraphException
performIntersection
public static void performIntersection(LongIndex firstExistingIndex,
LongIndex secondExistingIndex,
LongIndex newIndex)
throws GraphException
- Throws:
GraphException