Uses of Interface
org.infinispan.server.core.CacheIgnoreAware
-
Packages that use CacheIgnoreAware Package Description org.infinispan.rest REST Server bootstrap and Netty bridge classes.org.infinispan.server.core org.infinispan.server.hotrod org.infinispan.server.memcached -
-
Uses of CacheIgnoreAware in org.infinispan.rest
Classes in org.infinispan.rest that implement CacheIgnoreAware Modifier and Type Class Description classRestServerREST Protocol Server. -
Uses of CacheIgnoreAware in org.infinispan.server.core
Subinterfaces of CacheIgnoreAware in org.infinispan.server.core Modifier and Type Interface Description interfaceProtocolServer<C extends ProtocolServerConfiguration>Represents a protocol compliant server.Classes in org.infinispan.server.core that implement CacheIgnoreAware Modifier and Type Class Description classAbstractCacheIgnoreAwareAbstract class providing stock implementations forCacheIgnoreAwareso all that is required is to extend this class.classAbstractProtocolServer<A extends ProtocolServerConfiguration>A common protocol server dealing with common property parameter validation and assignment and transport lifecycle. -
Uses of CacheIgnoreAware in org.infinispan.server.hotrod
Classes in org.infinispan.server.hotrod that implement CacheIgnoreAware Modifier and Type Class Description classHotRodServerHot Rod server, in charge of defining its encoder/decoder and, if clustered, update the topology information on startup and shutdown. -
Uses of CacheIgnoreAware in org.infinispan.server.memcached
Classes in org.infinispan.server.memcached that implement CacheIgnoreAware Modifier and Type Class Description classMemcachedServerMemcached server defining its decoder/encoder settings.
-