Class HolderContainer
java.lang.Object
org.semispace.HolderContainer
Container for holder elements.
-
Method Summary
Modifier and TypeMethodDescriptionprotected voidProtected for the benefit of junit tests.Long[]Return all ids present.longreadHolderWithId(long id) removeHolderById(long id, String className) static HolderContainerString[]intsize()Method presumed called on first object, which is the holder object.voidwaitHolder(String className, long timeout)
-
Method Details
-
retrieveContainer
-
next
-
removeHolderById
-
findById
-
addHolder
Protected for the benefit of junit tests. -
size
public int size()Method presumed called on first object, which is the holder object. Returning count, excluding holder. -
retrieveGroupNames
-
readHolderWithId
-
findAllHolderIds
Return all ids present. Notice that this method will be rather network expensive, and is only intended to be used for persistence purposes. -
addHolder
-
incrementReturnNextId
public long incrementReturnNextId() -
waitHolder
-