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 for
RemoteStore . |
Modifier and Type | Field and Description |
---|---|
static ProtocolVersion |
ProtocolVersion.DEFAULT_PROTOCOL_VERSION |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
ProtocolVersion |
Configuration.version() |
Modifier and Type | Method and Description |
---|---|
ConfigurationBuilder |
ConfigurationChildBuilder.version(ProtocolVersion protocolVersion)
This property defines the protocol version that this client should use.
|
ConfigurationBuilder |
ConfigurationBuilder.version(ProtocolVersion protocolVersion) |
ConfigurationBuilder |
AbstractConfigurationChildBuilder.version(ProtocolVersion protocolVersion) |
Modifier and Type | Method and Description |
---|---|
ProtocolVersion |
RemoteStoreConfiguration.protocol() |
Modifier and Type | Method and Description |
---|---|
RemoteStoreConfigurationBuilder |
RemoteStoreConfigurationChildBuilder.protocolVersion(ProtocolVersion protocolVersion)
This property defines the protocol version that this client should use.
|
RemoteStoreConfigurationBuilder |
RemoteStoreConfigurationBuilder.protocolVersion(ProtocolVersion protocolVersion) |
RemoteStoreConfigurationBuilder |
AbstractRemoteStoreConfigurationChildBuilder.protocolVersion(ProtocolVersion protocolVersion) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.