public interface QueryStatManagerMBean
QueryStat
.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME |
Modifier and Type | Method and Description |
---|---|
void |
clearPopularQueriesQueue()
clears the Popular queue
|
void |
clearSlowQueriesQueue()
clears the Slow queue
|
javax.management.openmbean.TabularData |
getPopularQueries() |
int |
getPopularQueriesQueueSize() |
javax.management.openmbean.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 java.lang.String NAME
javax.management.openmbean.TabularData getSlowQueries()
getSlowQueriesQueueSize()
slowest queriesjavax.management.openmbean.TabularData 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 © 2010 - 2020 Adobe. All Rights Reserved