Package | Description |
---|---|
org.infinispan.client.hotrod |
HotRod Client API
|
org.infinispan.client.hotrod.configuration |
HotRod Client Configuration API
|
org.infinispan.client.hotrod.impl | |
org.infinispan.client.hotrod.impl.consistenthash | |
org.infinispan.client.hotrod.impl.transport | |
org.infinispan.client.hotrod.impl.transport.tcp | |
org.infinispan.jcache.remote |
Modifier and Type | Method and Description |
---|---|
Configuration |
RemoteCacheManager.getConfiguration()
Retrieves the configuration currently in use.
|
Constructor and Description |
---|
RemoteCacheManager(Configuration configuration)
Create a new RemoteCacheManager using the supplied
Configuration . |
RemoteCacheManager(Configuration configuration,
boolean start)
Create a new RemoteCacheManager using the supplied
Configuration . |
Modifier and Type | Method and Description |
---|---|
Configuration |
ConfigurationBuilder.build() |
Configuration |
ConfigurationChildBuilder.build()
Builds a configuration object
|
Configuration |
AbstractConfigurationChildBuilder.build() |
Configuration |
ConfigurationBuilder.build(boolean validate) |
Configuration |
ConfigurationBuilder.create() |
Modifier and Type | Method and Description |
---|---|
ConfigurationBuilder |
ConfigurationBuilder.read(Configuration template) |
Constructor and Description |
---|
TopologyInfo(AtomicInteger topologyId,
Collection<SocketAddress> initialServers,
Configuration configuration) |
Modifier and Type | Method and Description |
---|---|
void |
ConsistentHashFactory.init(Configuration configuration) |
Modifier and Type | Method and Description |
---|---|
void |
TransportFactory.start(Codec codec,
Configuration configuration,
AtomicInteger topologyId,
ClientListenerNotifier listenerNotifier) |
Modifier and Type | Method and Description |
---|---|
void |
TcpTransportFactory.start(Codec codec,
Configuration configuration,
AtomicInteger defaultCacheTopologyId,
ClientListenerNotifier listenerNotifier) |
Modifier and Type | Method and Description |
---|---|
Configuration |
ConfigurationAdapter.build() |
Copyright © 2021 JBoss, a division of Red Hat. All rights reserved.