public interface QueryStatManagerMBean
QueryStat
.Modifier and Type | Method and Description |
---|---|
void |
clearPopularQueriesQueue()
clears the Popular queue
|
void |
clearSlowQueriesQueue()
clears the Slow queue
|
TabularData |
getPopularQueries() |
int |
getPopularQueriesQueueSize() |
TabularData |
getSlowQueries() |
int |
getSlowQueriesQueueSize() |
void |
setPopularQueriesQueueSize(int size)
Change the size of the Popular queue
|
void |
setSlowQueriesQueueSize(int size)
Change the size of the Slow queue
|
static final String NAME
TabularData getSlowQueries()
getSlowQueriesQueueSize()
slowest queriesTabularData getPopularQueries()
getPopularQueriesQueueSize()
most popular queriesint getSlowQueriesQueueSize()
void setSlowQueriesQueueSize(int size)
size
- the new sizevoid clearSlowQueriesQueue()
int getPopularQueriesQueueSize()
void setPopularQueriesQueueSize(int size)
size
- the new sizevoid clearPopularQueriesQueue()
Copyright © 2004-2017 The Apache Software Foundation. All Rights Reserved.