Uses of Class
org.apache.ignite.internal.management.tx.TxMappingType
-
Packages that use TxMappingType Package Description org.apache.ignite.internal.management.tx -
-
Uses of TxMappingType in org.apache.ignite.internal.management.tx
Methods in org.apache.ignite.internal.management.tx that return TxMappingType Modifier and Type Method Description static @Nullable TxMappingTypeTxMappingType. fromOrdinal(int ord)Efficiently gets enumerated value from its ordinal.TxMappingTypeTxVerboseInfo. txMappingType()static TxMappingTypeTxMappingType. valueOf(String name)Returns the enum constant of this type with the specified name.static TxMappingType[]TxMappingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.ignite.internal.management.tx with parameters of type TxMappingType Modifier and Type Method Description voidTxVerboseInfo. txMappingType(TxMappingType txMappingType)
-