Uses of Interface
org.apache.ignite.client.ClientAtomicLong
-
Packages that use ClientAtomicLong Package Description org.apache.ignite.client Contains Ignite Thin Client API classes.org.apache.ignite.internal.client.thin -
-
Uses of ClientAtomicLong in org.apache.ignite.client
Methods in org.apache.ignite.client that return ClientAtomicLong Modifier and Type Method Description ClientAtomicLongIgniteClient. atomicLong(String name, long initVal, boolean create)Gets an atomic long from cache and creates one if it has not been created yet andcreateflag istrue.ClientAtomicLongIgniteClient. atomicLong(String name, ClientAtomicConfiguration cfg, long initVal, boolean create)Gets an atomic long from cache and creates one if it has not been created yet andcreateflag istrue. -
Uses of ClientAtomicLong in org.apache.ignite.internal.client.thin
Classes in org.apache.ignite.internal.client.thin that implement ClientAtomicLong Modifier and Type Class Description classClientAtomicLongImplClient atomic long.Methods in org.apache.ignite.internal.client.thin that return ClientAtomicLong Modifier and Type Method Description ClientAtomicLongTcpIgniteClient. atomicLong(String name, long initVal, boolean create)Gets an atomic long from cache and creates one if it has not been created yet andcreateflag istrue.ClientAtomicLongTcpIgniteClient. atomicLong(String name, ClientAtomicConfiguration cfg, long initVal, boolean create)Gets an atomic long from cache and creates one if it has not been created yet andcreateflag istrue.
-