Uses of Interface
com.tangosol.util.Gate
Packages that use Gate
Package
Description
Contains classes providing various caching strategies.
Contains various generic utilities.
- 
Uses of Gate in com.tangosol.net.cache
Methods in com.tangosol.net.cache that return GateModifier and TypeMethodDescriptionprotected GateOverflowMap.getGate()Obtain the Gate for managing key-level and Collection-level operations against the Map, versus Map-level operations themselves.protected GateSimpleOverflowMap.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 GateModifier and TypeClassDescriptionclassThreadGate<R>A thin extension ofThreadGate.final classThreadGateLite is a Gate implementation built around theReentrantReadWriteLock.classA Gate implementation that allows for 2^31 reentrant enter calls by a single thread.Fields in com.tangosol.util declared as GateModifier and TypeFieldDescriptionprotected GateSegmentedConcurrentMap.m_gateLockAllThe Gate controlling LOCK_ALL access for this map.protected final GateWrapperConcurrentMap.m_gateMapThe ThreadGate object for the entire map.Constructors in com.tangosol.util with parameters of type GateModifierConstructorDescriptionWrapperReentrantGate(Gate<Void> gate) Construct a WrapperReentrantGate around the specified underlying gate.