public class LocalClusterSessionFactory extends Object implements ClusterInfoSessionFactory
Modifier and Type | Class and Description |
---|---|
class |
LocalClusterSessionFactory.LocalSession |
Modifier and Type | Field and Description |
---|---|
protected boolean |
cleanupAfterLastSession |
protected static List<LocalClusterSessionFactory.LocalSession> |
currentSessions |
Constructor and Description |
---|
LocalClusterSessionFactory() |
LocalClusterSessionFactory(boolean cleanupAfterLastSession) |
Modifier and Type | Method and Description |
---|---|
static void |
completeReset() |
ClusterInfoSession |
createSession() |
static boolean |
isReset() |
static void |
reset() |
protected static List<LocalClusterSessionFactory.LocalSession> currentSessions
protected final boolean cleanupAfterLastSession
public LocalClusterSessionFactory(boolean cleanupAfterLastSession)
public LocalClusterSessionFactory()
public static void reset()
public static void completeReset()
public static boolean isReset()
public ClusterInfoSession createSession()
createSession
in interface ClusterInfoSessionFactory
Copyright © 2018. All rights reserved.