Uses of Enum
io.perfmark.impl.Mark.OperationType
Packages that use Mark.OperationType
-
Uses of Mark.OperationType in io.perfmark.impl
Subclasses with type arguments of type Mark.OperationType in io.perfmark.implFields in io.perfmark.impl declared as Mark.OperationTypeMethods in io.perfmark.impl that return Mark.OperationTypeModifier and TypeMethodDescriptionMark.Operation.getOpType()static Mark.OperationTypeReturns the enum constant of this type with the specified name.static Mark.OperationType[]Mark.OperationType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.perfmark.impl with parameters of type Mark.OperationTypeModifierConstructorDescriptionprivateOperation(Mark.OperationType opType, int longs, int strings)