Uses of Class
org.apache.ignite.internal.binary.BinarySchema.Confirmation
-
Packages that use BinarySchema.Confirmation Package Description org.apache.ignite.internal.binary Contains binary APIs internal implementation. -
-
Uses of BinarySchema.Confirmation in org.apache.ignite.internal.binary
Methods in org.apache.ignite.internal.binary that return BinarySchema.Confirmation Modifier and Type Method Description BinarySchema.ConfirmationBinarySchema. confirmOrder(int expOrder, String expName)Try speculatively confirming order for the given field name.static BinarySchema.ConfirmationBinarySchema.Confirmation. valueOf(String name)Returns the enum constant of this type with the specified name.static BinarySchema.Confirmation[]BinarySchema.Confirmation. values()Returns an array containing the constants of this enum type, in the order they are declared.
-