|
Oracle® Spatial Java API Reference 11g Release 1 (11.1) B28401-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CachingHandler
This interface defines the methods supported by a caching handler.
| Method Summary | |
|---|---|
int[] |
getPartitionsToFlushOut(java.util.HashSet<java.lang.Integer> residentPartitions, int minNumNodesToFlushOut)Retruns the IDs of the partitions to be flushed out. |
void |
updateRank(LogicalPartition partition)Updates the rank of the partition in the cache. |
| Method Detail |
|---|
int[] getPartitionsToFlushOut(java.util.HashSet<java.lang.Integer> residentPartitions,
int minNumNodesToFlushOut)
throws LODNetworkException
residentPartitions - resident partitions, which are the partitions to be excluded from the returned list.LODNetworkExceptionvoid updateRank(LogicalPartition partition)
partition - the partition object whose rank is to be updated
|
Oracle® Spatial Java API Reference 11g Release 1 (11.1) B28401-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||