org.wildfly.extras.creaper.commands.infinispan.cache
Class AddInvalidationCache.Builder
java.lang.Object
org.wildfly.extras.creaper.commands.infinispan.cache.AddInvalidationCache.Builder
- Enclosing class:
- AddInvalidationCache
public static final class AddInvalidationCache.Builder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
cacheContainer
protected String cacheContainer
jndiName
protected String jndiName
module
protected String module
start
protected String start
statisticsEnabled
protected Boolean statisticsEnabled
AddInvalidationCache.Builder
public AddInvalidationCache.Builder(String name)
asyncMarshalling
public AddInvalidationCache.Builder asyncMarshalling(Boolean asyncMarshalling)
mode
public AddInvalidationCache.Builder mode(CacheMode mode)
queueFlushInterval
public AddInvalidationCache.Builder queueFlushInterval(Long queueFlushInterval)
remoteTimeout
public AddInvalidationCache.Builder remoteTimeout(Long remoteTimeout)
build
public AddInvalidationCache build()
cacheContainer
public final THIS cacheContainer(String cacheContainer)
jndiName
public final THIS jndiName(String jndiName)
module
public final THIS module(String module)
start
public final THIS start(String start)
statisticsEnabled
public final THIS statisticsEnabled(Boolean statisticsEnabled)
Copyright © 2020. All rights reserved.