Uses of Enum Class
org.apache.hadoop.hbase.client.LogQueryFilter.Type
Packages that use LogQueryFilter.Type
-
Uses of LogQueryFilter.Type in org.apache.hadoop.hbase.client
Fields in org.apache.hadoop.hbase.client declared as LogQueryFilter.TypeMethods in org.apache.hadoop.hbase.client that return LogQueryFilter.TypeModifier and TypeMethodDescriptionLogQueryFilter.getType()
Deprecated.static LogQueryFilter.Type
Returns the enum constant of this class with the specified name.static LogQueryFilter.Type[]
LogQueryFilter.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.hbase.client with parameters of type LogQueryFilter.TypeModifier and TypeMethodDescriptionvoid
LogQueryFilter.setType
(LogQueryFilter.Type type) Deprecated. -
Uses of LogQueryFilter.Type in org.apache.hadoop.hbase.thrift2
Methods in org.apache.hadoop.hbase.thrift2 that return LogQueryFilter.TypeModifier and TypeMethodDescriptionprivate static LogQueryFilter.Type
ThriftUtilities.getLogTypeFromThrift
(org.apache.hadoop.hbase.thrift2.generated.TLogQueryFilter tSlowLogQueryFilter)