Uses of Interface
com.tangosol.util.Gate
Package
Description
Contains classes providing various caching strategies.
Contains various generic utilities.
-
Uses of Gate in com.tangosol.net.cache
Modifier and TypeMethodDescriptionprotected Gate
OverflowMap.getGate()
Obtain the Gate for managing key-level and Collection-level operations against the Map, versus Map-level operations themselves.protected Gate
SimpleOverflowMap.getGate()
Obtain the Gate for managing key-level and Collection-level operations against the Map, versus Map-level operations themselves. -
Uses of Gate in com.tangosol.util
Modifier and TypeClassDescriptionclass
ThreadGate<R>
A thin extension ofThreadGate
.final class
ThreadGateLite is a Gate implementation built around theReentrantReadWriteLock
.class
A Gate implementation that allows for 2^31 reentrant enter calls by a single thread.Modifier and TypeFieldDescriptionprotected Gate
SegmentedConcurrentMap.m_gateLockAll
The Gate controlling LOCK_ALL access for this map.protected final Gate
WrapperConcurrentMap.m_gateMap
The ThreadGate object for the entire map.ModifierConstructorDescriptionWrapperReentrantGate
(Gate<Void> gate) Construct a WrapperReentrantGate around the specified underlying gate.