Uses of Class
org.apache.ignite.internal.processors.rest.client.message.GridClientCacheBean
-
Packages that use GridClientCacheBean Package Description org.apache.ignite.internal.processors.rest.client.message Defines messages that are used in binary TCP communication between Ignite clients and nodes.org.apache.ignite.internal.processors.rest.handlers.top REST topology commands. -
-
Uses of GridClientCacheBean in org.apache.ignite.internal.processors.rest.client.message
Methods in org.apache.ignite.internal.processors.rest.client.message that return types with arguments of type GridClientCacheBean Modifier and Type Method Description Collection<GridClientCacheBean>GridClientNodeBean. getCaches()Gets configured node caches.Method parameters in org.apache.ignite.internal.processors.rest.client.message with type arguments of type GridClientCacheBean Modifier and Type Method Description voidGridClientNodeBean. setCaches(Collection<GridClientCacheBean> caches)Sets configured node caches. -
Uses of GridClientCacheBean in org.apache.ignite.internal.processors.rest.handlers.top
Methods in org.apache.ignite.internal.processors.rest.handlers.top that return GridClientCacheBean Modifier and Type Method Description GridClientCacheBeanGridTopologyCommandHandler. createCacheBean(CacheConfiguration ccfg)Creates cache bean.
-