Package org.apache.hadoop.hbase.client
Class LogQueryFilter
java.lang.Object
org.apache.hadoop.hbase.client.LogQueryFilter
Deprecated.
as of 2.4.0. Will be removed in 4.0.0.
Slow/Large Log Query Filter with all filter and limit parameters Extends generic LogRequest used
by Admin API getLogEntries
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDeprecated.static enumDeprecated. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate StringDeprecated.private LogQueryFilter.FilterByOperatorDeprecated.private intDeprecated.private StringDeprecated.private StringDeprecated.private LogQueryFilter.TypeDeprecated.private StringDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Deprecated.Deprecated.intgetLimit()Deprecated.Deprecated.Deprecated.getType()Deprecated.Deprecated.inthashCode()Deprecated.voidsetClientAddress(String clientAddress) Deprecated.voidsetFilterByOperator(LogQueryFilter.FilterByOperator filterByOperator) Deprecated.voidsetLimit(int limit) Deprecated.voidsetRegionName(String regionName) Deprecated.voidsetTableName(String tableName) Deprecated.voidsetType(LogQueryFilter.Type type) Deprecated.voidsetUserName(String userName) Deprecated.toString()Deprecated.
-
Field Details
-
regionName
Deprecated. -
clientAddress
Deprecated. -
tableName
Deprecated. -
userName
Deprecated. -
limit
Deprecated. -
type
Deprecated. -
filterByOperator
Deprecated.
-
-
Constructor Details
-
LogQueryFilter
public LogQueryFilter()Deprecated.
-
-
Method Details
-
getRegionName
Deprecated. -
setRegionName
Deprecated. -
getClientAddress
Deprecated. -
setClientAddress
Deprecated. -
getTableName
Deprecated. -
setTableName
Deprecated. -
getUserName
Deprecated. -
setUserName
Deprecated. -
getLimit
Deprecated. -
setLimit
Deprecated. -
getType
Deprecated. -
setType
Deprecated. -
getFilterByOperator
Deprecated. -
setFilterByOperator
Deprecated. -
equals
Deprecated. -
hashCode
Deprecated. -
toString
Deprecated.
-