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
. -
-
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
static ProtocolVersion
ProtocolVersion. HIGHEST_PROTOCOL_VERSION
Methods in org.infinispan.client.hotrod that return ProtocolVersion Modifier and Type Method Description static ProtocolVersion
ProtocolVersion. getBestVersion(int version)
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.Constructors in org.infinispan.client.hotrod.configuration with parameters of type ProtocolVersion Constructor Description Configuration(ExecutorFactoryConfiguration asyncExecutorFactory, Supplier<FailoverRequestBalancingStrategy> balancingStrategyFactory, ClassLoader classLoader, ClientIntelligence clientIntelligence, ConnectionPoolConfiguration connectionPool, int connectionTimeout, Class<? extends org.infinispan.client.hotrod.impl.consistenthash.ConsistentHash>[] consistentHashImpl, boolean forceReturnValues, int keySizeEstimate, Marshaller marshaller, Class<? extends Marshaller> marshallerClass, ProtocolVersion protocolVersion, List<ServerConfiguration> servers, int socketTimeout, SecurityConfiguration security, boolean tcpNoDelay, boolean tcpKeepAlive, int valueSizeEstimate, int maxRetries, NearCacheConfiguration nearCache, List<ClusterConfiguration> clusters, List<String> serialAllowList, int batchSize, TransactionConfiguration transaction, StatisticsConfiguration statistics, Features features, List<org.infinispan.protostream.SerializationContextInitializer> contextInitializers, Map<String,RemoteCacheConfiguration> remoteCaches, TransportFactory transportFactory)
-
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.
-