Package es.bsc.dataclay.storagelocation
Class PersistentReferenceCounters
- java.lang.Object
-
- es.bsc.dataclay.storagelocation.PersistentReferenceCounters
-
- All Implemented Interfaces:
Serializable
public class PersistentReferenceCounters extends Object implements Serializable
Class containing DiskGC caches.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<ObjectID>
getCandidates()
Map<BackendID,Map<ObjectID,AtomicInteger>>
getCountersPerNode()
Map<ObjectID,Long>
getQuarantine()
-
-
-
Constructor Detail
-
PersistentReferenceCounters
public PersistentReferenceCounters(Map<BackendID,Map<ObjectID,AtomicInteger>> thecountersPerNode, Map<ObjectID,Long> thequarantine, Set<ObjectID> thecandidates)
Constructor- Parameters:
thecountersPerNode
- counters per nodethequarantine
- quarantine objsthecandidates
- candidate objs
-
-