public static interface ReadWriteCache.Lockable
Modifier and Type | Method and Description |
---|---|
boolean |
isGettable(long txTimestamp) |
boolean |
isLock() |
boolean |
isPuttable(long txTimestamp,
Object newVersion,
Comparator comparator) |
ReadWriteCache.Lock |
lock(long timeout,
int id) |
ReadWriteCache.Lock lock(long timeout, int id)
boolean isLock()
boolean isGettable(long txTimestamp)
boolean isPuttable(long txTimestamp, Object newVersion, Comparator comparator)
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved