|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NodePoolMem
An extension of NodePools that handles in memory nodes.
Method Summary | |
---|---|
Long |
getNextNodeId()
Returns the current next node Id increments it by one. |
Collection<Node> |
getNodePoolValues()
Returns all the nodes in the node pool. |
void |
registerNode(MemNode node)
Adds a node that was not created by this pool but still uses the MemNode interface. |
Methods inherited from interface org.jrdf.graph.index.nodepool.NodePool |
---|
getNodeById, getNodeIdByString, localize |
Method Detail |
---|
void registerNode(MemNode node)
node
- The node to add.
IllegalArgumentException
- The node conflicts with one already in use.Collection<Node> getNodePoolValues()
Long getNextNodeId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |