Uses of Class
org.infinispan.rest.distribution.CacheDistributionInfo
-
Packages that use CacheDistributionInfo Package Description org.infinispan.rest.cachemanager Cache manager wrapper for REST interface.org.infinispan.rest.distribution -
-
Uses of CacheDistributionInfo in org.infinispan.rest.cachemanager
Methods in org.infinispan.rest.cachemanager that return types with arguments of type CacheDistributionInfo Modifier and Type Method Description CompletionStage<Collection<CacheDistributionInfo>>RestCacheManager. cacheDistribution(String cacheName, RestRequest request) -
Uses of CacheDistributionInfo in org.infinispan.rest.distribution
Methods in org.infinispan.rest.distribution that return CacheDistributionInfo Modifier and Type Method Description CacheDistributionInfoCacheDistributionRunnable. apply(org.infinispan.manager.EmbeddedCacheManager manager)CacheDistributionInfoCacheDistributionInfo$___Marshaller_d29d2c8791a59bb0952e36da57e31d3d06e79a149845ac44d334bd095efcb62c. read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1)static CacheDistributionInfoCacheDistributionInfo. resolve(org.infinispan.AdvancedCache<?,?> cache)Methods in org.infinispan.rest.distribution that return types with arguments of type CacheDistributionInfo Modifier and Type Method Description Class<CacheDistributionInfo>CacheDistributionInfo$___Marshaller_d29d2c8791a59bb0952e36da57e31d3d06e79a149845ac44d334bd095efcb62c. getJavaClass()Methods in org.infinispan.rest.distribution with parameters of type CacheDistributionInfo Modifier and Type Method Description voidCacheDistributionInfo$___Marshaller_d29d2c8791a59bb0952e36da57e31d3d06e79a149845ac44d334bd095efcb62c. write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, CacheDistributionInfo $2)
-