Uses of Interface
org.apache.ignite.client.ClientIgniteSet
-
Packages that use ClientIgniteSet Package Description org.apache.ignite Contains entry-point Ignite & HPC APIs.org.apache.ignite.client Contains Ignite Thin Client API classes. -
-
Uses of ClientIgniteSet in org.apache.ignite
Methods in org.apache.ignite that return ClientIgniteSet Modifier and Type Method Description <T> ClientIgniteSet<T>
IgniteClientSpringBean. set(String name, @Nullable ClientCollectionConfiguration cfg)
Gets a distributed set from cache. -
Uses of ClientIgniteSet in org.apache.ignite.client
Methods in org.apache.ignite.client that return ClientIgniteSet Modifier and Type Method Description ClientIgniteSet<T>
ClientIgniteSet. pageSize(int pageSize)
Sets the page size to be used for batched network data retrieval initerator()
andtoArray()
.ClientIgniteSet<T>
ClientIgniteSet. serverKeepBinary(boolean keepBinary)
Sets a value indicating whether user objects should be kept in binary form on the server, or deserialized.<T> ClientIgniteSet<T>
IgniteClient. set(String name, @Nullable ClientCollectionConfiguration cfg)
Gets a distributed set from cache.
-