Uses of Class
org.infinispan.client.hotrod.ProtocolVersion
-
Packages that use ProtocolVersion Package Description org.infinispan.client.hotrod Hot Rod client API.org.infinispan.client.hotrod.configuration Hot Rod client configuration API.org.infinispan.persistence.remote.configuration Configuration forRemoteStore
.org.infinispan.persistence.remote.logging -
-
Uses of ProtocolVersion in org.infinispan.client.hotrod
Fields in org.infinispan.client.hotrod declared as ProtocolVersion Modifier and Type Field Description static ProtocolVersion
ProtocolVersion. DEFAULT_PROTOCOL_VERSION
Methods in org.infinispan.client.hotrod that return ProtocolVersion Modifier and Type Method Description static ProtocolVersion
ProtocolVersion. parseVersion(String version)
static ProtocolVersion
ProtocolVersion. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProtocolVersion[]
ProtocolVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ProtocolVersion in org.infinispan.client.hotrod.configuration
Methods in org.infinispan.client.hotrod.configuration that return ProtocolVersion Modifier and Type Method Description ProtocolVersion
Configuration. version()
Methods in org.infinispan.client.hotrod.configuration with parameters of type ProtocolVersion Modifier and Type Method Description ConfigurationBuilder
AbstractConfigurationChildBuilder. version(ProtocolVersion protocolVersion)
ConfigurationBuilder
ConfigurationBuilder. version(ProtocolVersion protocolVersion)
ConfigurationBuilder
ConfigurationChildBuilder. version(ProtocolVersion protocolVersion)
This property defines the protocol version that this client should use. -
Uses of ProtocolVersion in org.infinispan.persistence.remote.configuration
Methods in org.infinispan.persistence.remote.configuration that return ProtocolVersion Modifier and Type Method Description ProtocolVersion
RemoteStoreConfiguration. protocol()
Methods in org.infinispan.persistence.remote.configuration with parameters of type ProtocolVersion Modifier and Type Method Description RemoteStoreConfigurationBuilder
AbstractRemoteStoreConfigurationChildBuilder. protocolVersion(ProtocolVersion protocolVersion)
RemoteStoreConfigurationBuilder
RemoteStoreConfigurationBuilder. protocolVersion(ProtocolVersion protocolVersion)
RemoteStoreConfigurationBuilder
RemoteStoreConfigurationChildBuilder. protocolVersion(ProtocolVersion protocolVersion)
This property defines the protocol version that this client should use. -
Uses of ProtocolVersion in org.infinispan.persistence.remote.logging
Methods in org.infinispan.persistence.remote.logging with parameters of type ProtocolVersion Modifier and Type Method Description CacheConfigurationException
Log_$logger. segmentationNotSupportedInThisVersion(ProtocolVersion version)
CacheConfigurationException
Log. segmentationNotSupportedInThisVersion(ProtocolVersion version)
-