Uses of Interface
com.tangosol.util.Gate
-
Packages that use Gate Package Description com.tangosol.net.cache Contains classes providing various caching strategies.com.tangosol.util Contains various generic utilities. -
-
Uses of Gate in com.tangosol.net.cache
Methods in com.tangosol.net.cache that return Gate Modifier and Type Method Description protected 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
Classes in com.tangosol.util that implement Gate Modifier and Type Class Description class
ThreadGate<R>
A thin extension ofThreadGate
.class
ThreadGateLite<R>
ThreadGateLite is a Gate implementation built around theReentrantReadWriteLock
.class
WrapperReentrantGate
A Gate implementation that allows for 2^31 reentrant enter calls by a single thread.Fields in com.tangosol.util declared as Gate Modifier and Type Field Description protected Gate
SegmentedConcurrentMap. m_gateLockAll
The Gate controlling LOCK_ALL access for this map.protected Gate
WrapperConcurrentMap. m_gateMap
The ThreadGate object for the entire map.Constructors in com.tangosol.util with parameters of type Gate Constructor Description WrapperReentrantGate(Gate<Void> gate)
Construct a WrapperReentrantGate around the specified underlying gate.
-