Uses of Class
org.apache.ignite.internal.client.GridClientCacheMode
-
Packages that use GridClientCacheMode Package Description org.apache.ignite.internal.client org.apache.ignite.internal.client.impl org.apache.ignite.internal.processors.rest.client.message Defines messages that are used in binary TCP communication between Ignite clients and nodes. -
-
Uses of GridClientCacheMode in org.apache.ignite.internal.client
Methods in org.apache.ignite.internal.client that return GridClientCacheMode Modifier and Type Method Description static GridClientCacheModeGridClientCacheMode. valueOf(String name)Returns the enum constant of this type with the specified name.static GridClientCacheMode[]GridClientCacheMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.ignite.internal.client that return types with arguments of type GridClientCacheMode Modifier and Type Method Description Map<String,GridClientCacheMode>GridClientNode. caches()Gets all configured caches and their types on remote node. -
Uses of GridClientCacheMode in org.apache.ignite.internal.client.impl
Methods in org.apache.ignite.internal.client.impl that return types with arguments of type GridClientCacheMode Modifier and Type Method Description Map<String,GridClientCacheMode>GridClientNodeImpl. caches()Gets all configured caches and their types on remote node.Method parameters in org.apache.ignite.internal.client.impl with type arguments of type GridClientCacheMode Modifier and Type Method Description GridClientNodeImpl.BuilderGridClientNodeImpl.Builder. caches(Map<String,GridClientCacheMode> caches)Sets caches available on remote node. -
Uses of GridClientCacheMode in org.apache.ignite.internal.processors.rest.client.message
Methods in org.apache.ignite.internal.processors.rest.client.message that return GridClientCacheMode Modifier and Type Method Description GridClientCacheModeGridClientCacheBean. getMode()Gets cache mode.Methods in org.apache.ignite.internal.processors.rest.client.message with parameters of type GridClientCacheMode Modifier and Type Method Description voidGridClientCacheBean. setMode(GridClientCacheMode mode)Sets cache mode.Constructors in org.apache.ignite.internal.processors.rest.client.message with parameters of type GridClientCacheMode Constructor Description GridClientCacheBean(String name, GridClientCacheMode mode, String sqlSchema)
-