Uses of Interface
org.wildfly.clustering.web.undertow.session.RecordableSessionManagerStatistics
-
Packages that use RecordableSessionManagerStatistics Package Description org.wildfly.clustering.web.undertow.session -
-
Uses of RecordableSessionManagerStatistics in org.wildfly.clustering.web.undertow.session
Classes in org.wildfly.clustering.web.undertow.session that implement RecordableSessionManagerStatistics Modifier and Type Class Description classDistributableSessionManagerStatisticsMethods in org.wildfly.clustering.web.undertow.session that return RecordableSessionManagerStatistics Modifier and Type Method Description RecordableSessionManagerStatisticsDistributableSessionManagerConfiguration. getStatistics()Constructors in org.wildfly.clustering.web.undertow.session with parameters of type RecordableSessionManagerStatistics Constructor Description DistributableSession(UndertowSessionManager manager, Session<Map<String,Object>> session, io.undertow.server.session.SessionConfig config, Batch batch, Consumer<io.undertow.server.HttpServerExchange> closeTask, RecordableSessionManagerStatistics statistics)
-