public class EdgeCache
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
clearCache()
This method empties the cache
|
void |
dumpStatistics(java.io.PrintStream ps)
Dump edge cache statistics
|
OracleEdgeBase |
get(java.lang.Long lID)
Get an Edge from the cache using the given ID.
|
static EdgeCache |
getInstance(OraclePropertyGraphBase opg)
This method returns an instance of EdgeCache.
|
void |
put(java.lang.Long lID,
OracleEdgeBase e)
Add one Edge to the cache.
|
void |
put(OracleEdgeBase e)
Add one Edge to the cache
|
OracleEdgeBase |
remove(java.lang.Long lID)
Remove one Edge from the cache
|
OracleEdgeBase |
remove(OracleEdgeBase e)
Remove one Edge from the cache
|
public void clearCache()
public void dumpStatistics(java.io.PrintStream ps)
public OracleEdgeBase get(java.lang.Long lID)
public static EdgeCache getInstance(OraclePropertyGraphBase opg)
public void put(java.lang.Long lID, OracleEdgeBase e)
public void put(OracleEdgeBase e)
public OracleEdgeBase remove(java.lang.Long lID)
public OracleEdgeBase remove(OracleEdgeBase e)
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.