Uses of Class
io.perfmark.impl.Mark.OperationType
-
Packages that use Mark.OperationType Package Description io.perfmark.impl Represents implementation pieces to make PerfMark work. -
-
Uses of Mark.OperationType in io.perfmark.impl
Fields in io.perfmark.impl declared as Mark.OperationType Modifier and Type Field Description private Mark.OperationTypeMark.Operation. opTypeMethods in io.perfmark.impl that return Mark.OperationType Modifier and Type Method Description Mark.OperationTypeMark.Operation. getOpType()static Mark.OperationTypeMark.OperationType. valueOf(java.lang.String name)Returns 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.OperationType Constructor Description Operation(Mark.OperationType opType, int longs, int strings)
-