Uses of Class
org.apache.ignite.internal.tracing.TracingSpiType
-
Packages that use TracingSpiType Package Description org.apache.ignite.internal.tracing -
-
Uses of TracingSpiType in org.apache.ignite.internal.tracing
Methods in org.apache.ignite.internal.tracing that return TracingSpiType Modifier and Type Method Description static TracingSpiTypeTracingSpiType. valueOf(String name)Returns the enum constant of this type with the specified name.static TracingSpiType[]TracingSpiType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-