public interface NearCacheFactory<K,V>
| Modifier and Type | Method and Description |
|---|---|
org.infinispan.client.hotrod.near.NearCacheService<K,V> |
createService(org.infinispan.client.hotrod.event.impl.ClientListenerNotifier notifier)
Creates a near cache service using the specified notifier.
|
org.infinispan.client.hotrod.configuration.NearCacheMode |
getMode()
Indicates the mode associated with this factory.
|
org.infinispan.client.hotrod.near.NearCacheService<K,V> createService(org.infinispan.client.hotrod.event.impl.ClientListenerNotifier notifier)
notifier - a notifier for client eventsorg.infinispan.client.hotrod.configuration.NearCacheMode getMode()
Copyright © 2022 JBoss by Red Hat. All rights reserved.