Uses of Interface
org.apache.ignite.IgniteAtomicLong
-
Packages that use IgniteAtomicLong Package Description org.apache.ignite Contains entry-point Ignite & HPC APIs.org.apache.ignite.internal Contains main implementation.org.apache.ignite.internal.processors.datastructures -
-
Uses of IgniteAtomicLong in org.apache.ignite
Methods in org.apache.ignite that return IgniteAtomicLong Modifier and Type Method Description IgniteAtomicLongIgnite. atomicLong(String name, long initVal, boolean create)Will get a atomic long from cache and create one if it has not been created yet andcreateflag istrue.IgniteAtomicLongIgnite. atomicLong(String name, AtomicConfiguration cfg, long initVal, boolean create)Will get a atomic long from cache and create one if it has not been created yet andcreateflag istrue. -
Uses of IgniteAtomicLong in org.apache.ignite.internal
Methods in org.apache.ignite.internal that return IgniteAtomicLong Modifier and Type Method Description @Nullable IgniteAtomicLongIgniteKernal. atomicLong(String name, long initVal, boolean create)Will get a atomic long from cache and create one if it has not been created yet andcreateflag istrue.@Nullable IgniteAtomicLongIgniteKernal. atomicLong(String name, AtomicConfiguration cfg, long initVal, boolean create)Will get a atomic long from cache and create one if it has not been created yet andcreateflag istrue. -
Uses of IgniteAtomicLong in org.apache.ignite.internal.processors.datastructures
Subinterfaces of IgniteAtomicLong in org.apache.ignite.internal.processors.datastructures Modifier and Type Interface Description interfaceGridCacheAtomicLongExAtomic managed by cache ('Ex'stands for external).Classes in org.apache.ignite.internal.processors.datastructures that implement IgniteAtomicLong Modifier and Type Class Description classGridCacheAtomicLongImplCache atomic long implementation.Methods in org.apache.ignite.internal.processors.datastructures that return IgniteAtomicLong Modifier and Type Method Description IgniteAtomicLongDataStructuresProcessor. atomicLong(String name, @Nullable AtomicConfiguration cfg, long initVal, boolean create)Gets an atomic long from cache or creates one if it's not cached.
-