Uses of Class
org.apache.ignite.internal.processors.platform.client.ClientBitmaskFeature
-
Packages that use ClientBitmaskFeature Package Description org.apache.ignite.internal.processors.platform.client -
-
Uses of ClientBitmaskFeature in org.apache.ignite.internal.processors.platform.client
Methods in org.apache.ignite.internal.processors.platform.client that return ClientBitmaskFeature Modifier and Type Method Description static ClientBitmaskFeatureClientBitmaskFeature. valueOf(String name)Returns the enum constant of this type with the specified name.static ClientBitmaskFeature[]ClientBitmaskFeature. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.ignite.internal.processors.platform.client that return types with arguments of type ClientBitmaskFeature Modifier and Type Method Description static EnumSet<ClientBitmaskFeature>ClientBitmaskFeature. allFeaturesAsEnumSet()static EnumSet<ClientBitmaskFeature>ClientBitmaskFeature. enumSet(byte[] bytes)EnumSet<ClientBitmaskFeature>ClientProtocolContext. features()Methods in org.apache.ignite.internal.processors.platform.client with parameters of type ClientBitmaskFeature Modifier and Type Method Description booleanClientProtocolContext. isFeatureSupported(ClientBitmaskFeature feature)Constructor parameters in org.apache.ignite.internal.processors.platform.client with type arguments of type ClientBitmaskFeature Constructor Description ClientProtocolContext(ClientListenerProtocolVersion ver, EnumSet<ClientBitmaskFeature> features)
-