| Package | Description |
|---|---|
| org.apache.ignite.client |
Contains Ignite Thin Client API classes.
|
| org.apache.ignite.internal.client.thin |
| Constructor and Description |
|---|
ClientFeatureNotSupportedByServerException(ProtocolBitmaskFeature feature) |
| Modifier and Type | Method and Description |
|---|---|
static ProtocolBitmaskFeature |
ProtocolBitmaskFeature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtocolBitmaskFeature[] |
ProtocolBitmaskFeature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<ProtocolBitmaskFeature> |
ProtocolBitmaskFeature.allFeaturesAsEnumSet() |
static EnumSet<ProtocolBitmaskFeature> |
ProtocolBitmaskFeature.enumSet(byte[] bytes) |
EnumSet<ProtocolBitmaskFeature> |
ProtocolContext.features() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolContext.checkFeatureSupported(ProtocolBitmaskFeature feature)
Check that feature is supported by the server.
|
boolean |
ProtocolContext.isFeatureSupported(ProtocolBitmaskFeature feature) |
| Constructor and Description |
|---|
ProtocolContext(ProtocolVersion ver,
EnumSet<ProtocolBitmaskFeature> features) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021