Package | Description |
---|---|
org.hibernate.search | |
org.hibernate.search.engine.impl | |
org.hibernate.search.jmx | |
org.hibernate.search.jmx.impl | |
org.hibernate.search.spi | |
org.hibernate.search.stat.impl |
Modifier and Type | Method and Description |
---|---|
Statistics |
SearchFactory.getStatistics()
Retrieve the statistics instance for this factory.
|
Modifier and Type | Method and Description |
---|---|
Statistics |
MutableSearchFactory.getStatistics() |
Statistics |
ImmutableSearchFactory.getStatistics() |
Modifier and Type | Interface and Description |
---|---|
interface |
StatisticsInfoMBean |
Modifier and Type | Class and Description |
---|---|
static class |
JMXRegistrar.StatisticsInfo |
Constructor and Description |
---|
StatisticsInfo(Statistics delegate) |
Modifier and Type | Method and Description |
---|---|
Statistics |
SearchIntegrator.getStatistics()
Retrieve the statistics instance for this factory.
|
Modifier and Type | Class and Description |
---|---|
class |
StatisticsImpl
A concurrent implementation of the
Statistics interface. |
Copyright © 2006–2016 Hibernate. All rights reserved.