Uses of Class
org.infinispan.server.core.AbstractCacheIgnoreAware
-
Packages that use AbstractCacheIgnoreAware 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 AbstractCacheIgnoreAware in org.infinispan.rest
Subclasses of AbstractCacheIgnoreAware in org.infinispan.rest Modifier and Type Class Description classRestServerREST Protocol Server. -
Uses of AbstractCacheIgnoreAware in org.infinispan.server.core
Subclasses of AbstractCacheIgnoreAware in org.infinispan.server.core Modifier and Type Class Description classAbstractProtocolServer<A extends ProtocolServerConfiguration>A common protocol server dealing with common property parameter validation and assignment and transport lifecycle. -
Uses of AbstractCacheIgnoreAware in org.infinispan.server.hotrod
Subclasses of AbstractCacheIgnoreAware in org.infinispan.server.hotrod 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 AbstractCacheIgnoreAware in org.infinispan.server.memcached
Subclasses of AbstractCacheIgnoreAware in org.infinispan.server.memcached Modifier and Type Class Description classMemcachedServerMemcached server defining its decoder/encoder settings.
-