Uses of Class
org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
-
Uses of RemoteStoreConfigurationBuilder in org.infinispan.persistence.remote.configuration
Modifier and TypeFieldDescriptionprotected final RemoteStoreConfigurationBuilder
AbstractRemoteStoreConfigurationChildBuilder.builder
Modifier and TypeMethodDescriptionAbstractRemoteStoreConfigurationChildBuilder.balancingStrategy
(String balancingStrategy) RemoteStoreConfigurationBuilder.balancingStrategy
(String balancingStrategy) RemoteStoreConfigurationChildBuilder.balancingStrategy
(String balancingStrategy) For replicated (vs distributed) Hot Rod server clusters, the client balances requests to the servers according to this strategy.AbstractRemoteStoreConfigurationChildBuilder.connectionTimeout
(long connectionTimeout) RemoteStoreConfigurationBuilder.connectionTimeout
(long connectionTimeout) RemoteStoreConfigurationChildBuilder.connectionTimeout
(long connectionTimeout) This property defines the maximum socket connect timeout before giving up connecting to the server.AbstractRemoteStoreConfigurationChildBuilder.forceReturnValues
(boolean forceReturnValues) RemoteStoreConfigurationBuilder.forceReturnValues
(boolean forceReturnValues) RemoteStoreConfigurationChildBuilder.forceReturnValues
(boolean forceReturnValues) Whether or not to implicitly FORCE_RETURN_VALUE for all calls.AbstractRemoteStoreConfigurationChildBuilder.getRemoteStoreBuilder()
AbstractRemoteStoreConfigurationChildBuilder.hotRodWrapping
(boolean hotRodWrapping) RemoteStoreConfigurationBuilder.hotRodWrapping
(boolean hotRodWrapping) Deprecated, for removal: This API element is subject to removal in a future version.RemoteStoreConfigurationChildBuilder.hotRodWrapping
(boolean hotRodWrapping) Configures this RemoteStore so that it enables all settings needed to create entries to be served by a HotRod endpoint, for example when performing rolling upgrades.AbstractRemoteStoreConfigurationChildBuilder.keySizeEstimate
(int keySizeEstimate) Deprecated, for removal: This API element is subject to removal in a future version.Since 12.0, does nothing and will be removed in 15.0RemoteStoreConfigurationBuilder.keySizeEstimate
(int keySizeEstimate) Deprecated, for removal: This API element is subject to removal in a future version.Since 12.0, does nothing and will be removed in 15.0RemoteStoreConfigurationChildBuilder.keySizeEstimate
(int keySizeEstimate) Deprecated, for removal: This API element is subject to removal in a future version.Since 12.0, does nothing and will be removed in 15.0AbstractRemoteStoreConfigurationChildBuilder.marshaller
(Class<? extends Marshaller> marshaller) AbstractRemoteStoreConfigurationChildBuilder.marshaller
(String marshaller) RemoteStoreConfigurationBuilder.marshaller
(Class<? extends Marshaller> marshaller) RemoteStoreConfigurationBuilder.marshaller
(String marshaller) RemoteStoreConfigurationChildBuilder.marshaller
(Class<? extends Marshaller> marshaller) Allows you to specify a customMarshaller
implementation to serialize and deserialize user objects.RemoteStoreConfigurationChildBuilder.marshaller
(String marshaller) Allows you to specify a customMarshaller
implementation to serialize and deserialize user objects.AbstractRemoteStoreConfigurationChildBuilder.protocolVersion
(ProtocolVersion protocolVersion) RemoteStoreConfigurationBuilder.protocolVersion
(ProtocolVersion protocolVersion) RemoteStoreConfigurationChildBuilder.protocolVersion
(ProtocolVersion protocolVersion) This property defines the protocol version that this client should use.AbstractRemoteStoreConfigurationChildBuilder.rawValues
(boolean rawValues) RemoteStoreConfigurationBuilder.rawValues
(boolean rawValues) Deprecated, for removal: This API element is subject to removal in a future version.RemoteStoreConfigurationChildBuilder.rawValues
(boolean rawValues) Normally theRemoteStore
stores values wrapped inInternalCacheEntry
.RemoteStoreConfigurationBuilder.read
(RemoteStoreConfiguration template, Combine combine) AbstractRemoteStoreConfigurationChildBuilder.remoteCacheContainer
(String name) RemoteStoreConfigurationBuilder.remoteCacheContainer
(String name) RemoteStoreConfigurationChildBuilder.remoteCacheContainer
(String name) Specifies the name of a shared remote cache container to use, instead of creating a dedicated instance.AbstractRemoteStoreConfigurationChildBuilder.remoteCacheName
(String remoteCacheName) RemoteStoreConfigurationBuilder.remoteCacheName
(String remoteCacheName) RemoteStoreConfigurationChildBuilder.remoteCacheName
(String remoteCacheName) The name of the remote cache in the remote infinispan cluster, to which to connect to.RemoteStoreConfigurationBuilder.self()
AbstractRemoteStoreConfigurationChildBuilder.socketTimeout
(long socketTimeout) RemoteStoreConfigurationBuilder.socketTimeout
(long socketTimeout) RemoteStoreConfigurationChildBuilder.socketTimeout
(long socketTimeout) This property defines the maximum socket read timeout in milliseconds before giving up waiting for bytes from the server.AbstractRemoteStoreConfigurationChildBuilder.tcpNoDelay
(boolean tcpNoDelay) RemoteStoreConfigurationBuilder.tcpNoDelay
(boolean tcpNoDelay) RemoteStoreConfigurationChildBuilder.tcpNoDelay
(boolean tcpNoDelay) Affects TCP NODELAY on the TCP stack.AbstractRemoteStoreConfigurationChildBuilder.valueSizeEstimate
(int valueSizeEstimate) Deprecated, for removal: This API element is subject to removal in a future version.Since 12.0, does nothing and will be removed in 15.0RemoteStoreConfigurationBuilder.valueSizeEstimate
(int valueSizeEstimate) Deprecated, for removal: This API element is subject to removal in a future version.Since 12.0, does nothing and will be removed in 15.0RemoteStoreConfigurationChildBuilder.valueSizeEstimate
(int valueSizeEstimate) Deprecated, for removal: This API element is subject to removal in a future version.Since 12.0, does nothing and will be removed in 15.0RemoteStoreConfigurationBuilder.withProperties
(Properties props) ModifierConstructorDescriptionprotected
AbstractRemoteStoreConfigurationChildBuilder
(RemoteStoreConfigurationBuilder builder, AttributeSet attributes)