Uses of Class
io.perfmark.impl.Mark.Operation
-
Packages that use Mark.Operation Package Description io.perfmark.impl Represents implementation pieces to make PerfMark work. -
-
Uses of Mark.Operation in io.perfmark.impl
Fields in io.perfmark.impl declared as Mark.Operation Modifier and Type Field Description private Mark.OperationMark. operationprivate static Mark.Operation[]Mark.Operation. valuesMethods in io.perfmark.impl that return Mark.Operation Modifier and Type Method Description Mark.OperationMark. getOperation()static Mark.OperationMark.Operation. valueOf(int code)Returns the enum constant of this type with the specified name.static Mark.OperationMark.Operation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Mark.Operation[]Mark.Operation. 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.Operation Constructor Description Mark(long n1, long n2, long n3, java.lang.String s1, java.lang.String s2, java.lang.String s3, long generation, Mark.Operation operation)s1, s2, and s3 areNullable
-