Uses of Class
org.apache.ignite.internal.client.thin.ProtocolBitmaskFeature
-
Packages that use ProtocolBitmaskFeature Package Description org.apache.ignite.client Contains Ignite Thin Client API classes.org.apache.ignite.internal.client.thin -
-
Uses of ProtocolBitmaskFeature in org.apache.ignite.client
Constructors in org.apache.ignite.client with parameters of type ProtocolBitmaskFeature Constructor Description ClientFeatureNotSupportedByServerException(ProtocolBitmaskFeature feature) -
Uses of ProtocolBitmaskFeature in org.apache.ignite.internal.client.thin
Methods in org.apache.ignite.internal.client.thin that return ProtocolBitmaskFeature Modifier and Type Method Description static ProtocolBitmaskFeatureProtocolBitmaskFeature. 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.Methods in org.apache.ignite.internal.client.thin that return types with arguments of type ProtocolBitmaskFeature Modifier and Type Method Description static EnumSet<ProtocolBitmaskFeature>ProtocolBitmaskFeature. allFeaturesAsEnumSet()static EnumSet<ProtocolBitmaskFeature>ProtocolBitmaskFeature. enumSet(byte[] bytes)EnumSet<ProtocolBitmaskFeature>ProtocolContext. features()Methods in org.apache.ignite.internal.client.thin with parameters of type ProtocolBitmaskFeature Modifier and Type Method Description voidProtocolContext. checkFeatureSupported(ProtocolBitmaskFeature feature)Check that feature is supported by the server.booleanProtocolContext. isFeatureSupported(ProtocolBitmaskFeature feature)Constructor parameters in org.apache.ignite.internal.client.thin with type arguments of type ProtocolBitmaskFeature Constructor Description ProtocolContext(ProtocolVersion ver, EnumSet<ProtocolBitmaskFeature> features)
-