Package | Description |
---|---|
org.infinispan.configuration.cache |
Cache configuration |
Modifier and Type | Method and Description |
---|---|
AsyncConfigurationBuilder |
ClusteringConfigurationChildBuilder.async()
If configured all communications are asynchronous, in that whenever a thread sends a message
sent over the wire, it does not wait for an acknowledgment before returning.
|
AsyncConfigurationBuilder |
ClusteringConfigurationBuilder.async()
Configure async sub element.
|
AsyncConfigurationBuilder |
AsyncConfigurationBuilder.asyncMarshalling()
Deprecated.
since 8.0
|
AsyncConfigurationBuilder |
AsyncConfigurationBuilder.asyncMarshalling(boolean async)
Deprecated.
since 8.0
|
AsyncConfigurationBuilder |
AsyncConfigurationBuilder.read(AsyncConfiguration template) |
AsyncConfigurationBuilder |
AsyncConfigurationBuilder.replQueue(ReplicationQueue replicationQueue)
Deprecated.
Since 8.2, superseded by JGroups bundler functionality.
|
AsyncConfigurationBuilder |
AsyncConfigurationBuilder.replQueueInterval(long interval)
Deprecated.
Since 8.2, superseded by JGroups bundler functionality.
|
AsyncConfigurationBuilder |
AsyncConfigurationBuilder.replQueueInterval(long interval,
TimeUnit unit)
Deprecated.
Since 8.2, superseded by JGroups bundler functionality.
|
AsyncConfigurationBuilder |
AsyncConfigurationBuilder.replQueueMaxElements(int elements)
Deprecated.
Since 8.2, superseded by JGroups bundler functionality.
|
AsyncConfigurationBuilder |
AsyncConfigurationBuilder.syncMarshalling()
Deprecated.
since 8.0
|
AsyncConfigurationBuilder |
AsyncConfigurationBuilder.useReplQueue(boolean use)
Deprecated.
Since 8.2, superseded by JGroups bundler functionality.
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.