Uses of Class
org.apache.zookeeper.graph.LogEntry.Type
-
Packages that use LogEntry.Type Package Description org.apache.zookeeper.graph -
-
Uses of LogEntry.Type in org.apache.zookeeper.graph
Methods in org.apache.zookeeper.graph that return LogEntry.Type Modifier and Type Method Description LogEntry.TypeLog4JEntry. getType()abstract LogEntry.TypeLogEntry. getType()LogEntry.TypeTransactionEntry. getType()static LogEntry.TypeLogEntry.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LogEntry.Type[]LogEntry.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-