public class EmptyNearCacheService<K,V> extends org.infinispan.client.hotrod.near.NearCacheService<K,V> implements Registrar<String>, Registration
| Constructor and Description |
|---|
EmptyNearCacheService(org.infinispan.client.hotrod.event.impl.ClientListenerNotifier notifier) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected org.infinispan.client.hotrod.near.NearCache<K,V> |
createNearCache(org.infinispan.client.hotrod.configuration.NearCacheConfiguration config) |
Registration |
register(String object) |
void |
start(org.infinispan.client.hotrod.RemoteCache<K,V> cache) |
void |
stop(org.infinispan.client.hotrod.RemoteCache<K,V> cache) |
public EmptyNearCacheService(org.infinispan.client.hotrod.event.impl.ClientListenerNotifier notifier)
protected org.infinispan.client.hotrod.near.NearCache<K,V> createNearCache(org.infinispan.client.hotrod.configuration.NearCacheConfiguration config)
public Registration register(String object)
public void close()
close in interface AutoCloseableclose in interface RegistrationCopyright © 2020 JBoss by Red Hat. All rights reserved.