Uses of Class
org.openjdk.jmc.flightrecorder.internal.parser.v0.model.Transition
-
Packages that use Transition Package Description org.openjdk.jmc.flightrecorder.internal.parser.v0 org.openjdk.jmc.flightrecorder.internal.parser.v0.model -
-
Uses of Transition in org.openjdk.jmc.flightrecorder.internal.parser.v0
Methods in org.openjdk.jmc.flightrecorder.internal.parser.v0 that return Transition Modifier and Type Method Description private static Transition
DataStructureParser. readTransition(byte[] bytes, Offset offset)
-
Uses of Transition in org.openjdk.jmc.flightrecorder.internal.parser.v0.model
Fields in org.openjdk.jmc.flightrecorder.internal.parser.v0.model declared as Transition Modifier and Type Field Description private Transition
ValueDescriptor. transition
Methods in org.openjdk.jmc.flightrecorder.internal.parser.v0.model that return Transition Modifier and Type Method Description Transition
ValueDescriptor. getTransition()
static Transition
Transition. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Transition[]
Transition. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openjdk.jmc.flightrecorder.internal.parser.v0.model with parameters of type Transition Constructor Description ValueDescriptor(java.lang.String identifier, java.lang.String name, java.lang.String description, Transition transition, DataType dataType, java.lang.String relationalKey, int contentType, DataStructure[] dataStructures, int structureIndex)
-