Package | Description |
---|---|
org.wildfly.clustering.web.infinispan.session | |
org.wildfly.clustering.web.infinispan.session.coarse | |
org.wildfly.clustering.web.infinispan.session.fine |
Modifier and Type | Interface and Description |
---|---|
interface |
SessionFactory<V,L>
Factory for creating sessions.
|
Constructor and Description |
---|
SessionEvictionScheduler(Batcher batcher,
Evictor<String> evictor,
int maxSize) |
SessionEvictionScheduler(Batcher batcher,
Evictor<String> evictor,
int maxSize,
ExecutorService executor) |
Modifier and Type | Class and Description |
---|---|
class |
CoarseSessionFactory<L>
SessionFactory for coarse granularity sessions. |
Modifier and Type | Class and Description |
---|---|
class |
FineSessionFactory<L>
SessionFactory for fine granularity sessions. |
Copyright © 2013 JBoss by Red Hat. All rights reserved.