Interface InfinispanClientBuildTimeConfig
public interface InfinispanClientBuildTimeConfig
- Author:
- William Burns
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptioncache()Configures caches build time config from the client with the provided configuration.Dev Services.Sets the marshallerClass.intDeprecated.use per cache configuration for near cache max entriesSets the transport Factory.
-
Method Details
-
nearCacheMaxEntries
Deprecated.use per cache configuration for near cache max entriesSets the bounded entry count for near cache. If this value is 0 or less near cache is disabled. -
marshallerClass
Sets the marshallerClass. Default is ProtoStreamMarshaller -
transportFactory
@WithDefault("io.quarkus.infinispan.client.runtime.QuarkusTransportFactory") String transportFactory()Sets the transport Factory. Default is QuarkusTransportFactory -
cache
Configures caches build time config from the client with the provided configuration. -
devservices
Dev Services.Dev Services allows Quarkus to automatically start an Infinispan Server in dev and test mode.
-