Uses of Class
org.apache.ignite.internal.processors.datastructures.GridCacheAtomicSequenceValue
-
Packages that use GridCacheAtomicSequenceValue Package Description org.apache.ignite.internal.processors.datastructures -
-
Uses of GridCacheAtomicSequenceValue in org.apache.ignite.internal.processors.datastructures
Constructor parameters in org.apache.ignite.internal.processors.datastructures with type arguments of type GridCacheAtomicSequenceValue Constructor Description GridCacheAtomicSequenceImpl(String name, GridCacheInternalKey key, IgniteInternalCache<GridCacheInternalKey,GridCacheAtomicSequenceValue> seqView, int batchSize, long locVal, long upBound)Default constructor.
-