public class SingleFileStoreConfiguration extends AbstractStoreConfiguration
Constructor and Description |
---|
SingleFileStoreConfiguration(boolean purgeOnStartup,
boolean fetchPersistentState,
boolean ignoreModifications,
AsyncStoreConfiguration async,
SingletonStoreConfiguration singletonStore,
boolean preload,
boolean shared,
Properties properties,
String location,
int maxEntries) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
location() |
int |
maxEntries() |
String |
toString() |
async, fetchPersistentState, ignoreModifications, preload, properties, purgeOnStartup, shared, singletonStore
public SingleFileStoreConfiguration(boolean purgeOnStartup, boolean fetchPersistentState, boolean ignoreModifications, AsyncStoreConfiguration async, SingletonStoreConfiguration singletonStore, boolean preload, boolean shared, Properties properties, String location, int maxEntries)
public String location()
public int maxEntries()
public boolean equals(Object o)
equals
in class AbstractStoreConfiguration
public int hashCode()
hashCode
in class AbstractStoreConfiguration
public String toString()
toString
in class AbstractStoreConfiguration
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.