|
Oracle® Spatial Java API Reference 11g Release 2 (11.2) E11829-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.Collection<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.Collection<java.lang.Integer> residentPartitions, int minNumNodesToFlushOut) throws LODNetworkException
residentPartitions
- resident partitions, which are the partitions to be excluded from the returned list.LODNetworkException
void updateRank(LogicalPartition partition)
partition
- the partition object whose rank is to be updated
|
Oracle® Spatial Java API Reference 11g Release 2 (11.2) E11829-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |