Uses of Class
org.apache.ignite.internal.client.thin.ProtocolVersionFeature
-
Packages that use ProtocolVersionFeature Package Description org.apache.ignite.internal.client.thin -
-
Uses of ProtocolVersionFeature in org.apache.ignite.internal.client.thin
Fields in org.apache.ignite.internal.client.thin declared as ProtocolVersionFeature Modifier and Type Field Description static ProtocolVersionFeatureProtocolVersionFeature. AUTHORIZATIONAuthorization feature.static ProtocolVersionFeatureProtocolVersionFeature. BITMAP_FEATURESBitmap features introduced.static ProtocolVersionFeatureProtocolVersionFeature. CLUSTER_APICluster API (activation and WAL enable/disable) feature.static ProtocolVersionFeatureProtocolVersionFeature. EXPIRY_POLICYExpiry policy feature.static ProtocolVersionFeatureProtocolVersionFeature. PARTITION_AWARENESSPartition awareness feature.static ProtocolVersionFeatureProtocolVersionFeature. QUERY_ENTITY_PRECISION_AND_SCALEQuery entity precision and scale feature.static ProtocolVersionFeatureProtocolVersionFeature. TRANSACTIONSTransactions feature.Methods in org.apache.ignite.internal.client.thin with parameters of type ProtocolVersionFeature Modifier and Type Method Description booleanProtocolContext. isFeatureSupported(ProtocolVersionFeature feature)static booleanProtocolContext. isFeatureSupported(ProtocolVersion ver, ProtocolVersionFeature feature)Check if the feature was supported in the protocol version.
-