@UriParams public class InfinispanConfiguration extends Object
Constructor and Description |
---|
InfinispanConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.infinispan.commons.api.BasicCacheContainer |
getCacheContainer()
Specifies the cache Container to connect
|
String |
getCacheName()
Specifies the cache name
|
String |
getCommand() |
String |
getConfigurationUri()
An implementation specific URI for the CacheManager
|
InfinispanCustomListener |
getCustomListener()
Returns the custom listener in use, if provided
|
Set<String> |
getEventTypes() |
org.infinispan.context.Flag[] |
getFlags() |
String |
getHost()
Specifies the host of the cache on Infinispan instance
|
InfinispanQueryBuilder |
getQueryBuilder() |
boolean |
hasCommand() |
boolean |
hasCustomListener() |
boolean |
hasFlags() |
boolean |
hasQueryBuilder() |
boolean |
isClusteredListener()
If true, the listener will be installed for the entire cluster
|
boolean |
isSync()
If true, the consumer will receive notifications synchronously
|
void |
setCacheContainer(org.infinispan.commons.api.BasicCacheContainer cacheContainer) |
void |
setCacheName(String cacheName) |
void |
setClusteredListener(boolean clusteredListener) |
void |
setCommand(String command)
The operation to perform.
|
void |
setConfigurationUri(String configurationUri) |
void |
setCustomListener(InfinispanCustomListener customListener) |
void |
setEventTypes(Set<String> eventTypes)
Specifies the set of event types to register by the consumer.
|
void |
setEventTypes(String eventTypes)
Specifies the set of event types to register by the consumer.
|
void |
setFlags(org.infinispan.context.Flag... flags) |
void |
setFlags(String flagsAsString)
A comma separated list of Flag to be applied by default on each cache
invocation, not applicable to remote caches.
|
void |
setHost(String host) |
void |
setQueryBuilder(InfinispanQueryBuilder queryBuilder)
Specifies the query builder.
|
void |
setSync(boolean sync) |
public String getCommand()
public void setCommand(String command)
public boolean hasCommand()
public String getHost()
public void setHost(String host)
public org.infinispan.commons.api.BasicCacheContainer getCacheContainer()
public void setCacheContainer(org.infinispan.commons.api.BasicCacheContainer cacheContainer)
public String getCacheName()
public void setCacheName(String cacheName)
public boolean isSync()
public void setSync(boolean sync)
public boolean isClusteredListener()
public void setClusteredListener(boolean clusteredListener)
public void setEventTypes(Set<String> eventTypes)
public void setEventTypes(String eventTypes)
public InfinispanCustomListener getCustomListener()
public void setCustomListener(InfinispanCustomListener customListener)
public boolean hasCustomListener()
public InfinispanQueryBuilder getQueryBuilder()
public void setQueryBuilder(InfinispanQueryBuilder queryBuilder)
public boolean hasQueryBuilder()
public org.infinispan.context.Flag[] getFlags()
public void setFlags(String flagsAsString)
public void setFlags(org.infinispan.context.Flag... flags)
public boolean hasFlags()
public String getConfigurationUri()
public void setConfigurationUri(String configurationUri)
Apache Camel