Modifier and Type | Class and Description |
---|---|
class |
ManagementModeStoreHandler |
Constructor and Description |
---|
ManagementModeStoreHandler(DurableConfigurationStore store,
SystemConfig<?> systemConfig) |
StoreConfigurationChangeListener(DurableConfigurationStore store) |
Modifier and Type | Method and Description |
---|---|
protected abstract DurableConfigurationStore |
AbstractSystemConfig.createStoreObject() |
DurableConfigurationStore |
SystemConfig.getConfigurationStore() |
DurableConfigurationStore |
AbstractSystemConfig.getConfigurationStore() |
DurableConfigurationStore |
VirtualHostNode.getConfigurationStore() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJDBCConfigurationStore |
class |
AbstractMemoryStore |
class |
JsonFileConfigStore |
class |
MemoryConfigurationStore
A simple message store that stores the messages in a thread-safe structure in memory.
|
class |
NullMessageStore |
Modifier and Type | Method and Description |
---|---|
protected DurableConfigurationStore |
MemorySystemConfigImpl.createStoreObject() |
Modifier and Type | Method and Description |
---|---|
void |
VirtualHostStoreUpgraderAndRecoverer.perform(DurableConfigurationStore durableConfigurationStore) |
Constructor and Description |
---|
GenericStoreUpgrader(String rootCategory,
String rootModelVersionAttributeName,
DurableConfigurationStore configurationStore,
Map<String,StoreUpgraderPhase> upgraders) |
Modifier and Type | Class and Description |
---|---|
class |
BDBConfigurationStore
Implementation of a DurableConfigurationStore backed by BDB JE
that also provides a MessageStore.
|
Modifier and Type | Method and Description |
---|---|
protected DurableConfigurationStore |
BDBSystemConfigImpl.createStoreObject() |
Modifier and Type | Class and Description |
---|---|
class |
DerbyConfigurationStore
Implementation of a DurableConfigurationStore backed by Apache Derby
that also provides a MessageStore.A
|
Modifier and Type | Method and Description |
---|---|
protected DurableConfigurationStore |
DerbySystemConfigImpl.createStoreObject() |
Modifier and Type | Class and Description |
---|---|
class |
GenericJDBCConfigurationStore
Implementation of a DurableConfigurationStore backed by Generic JDBC Database
that also provides a MessageStore.
|
Modifier and Type | Method and Description |
---|---|
protected DurableConfigurationStore |
JDBCSystemConfigImpl.createStoreObject() |
Modifier and Type | Method and Description |
---|---|
DurableConfigurationStore |
VirtualHostImpl.getDurableConfigurationStore() |
DurableConfigurationStore |
AbstractVirtualHost.getDurableConfigurationStore() |
Modifier and Type | Method and Description |
---|---|
DurableConfigurationStore |
BDBHAReplicaVirtualHostImpl.getDurableConfigurationStore() |
Modifier and Type | Method and Description |
---|---|
protected DurableConfigurationStore |
JsonVirtualHostNodeImpl.createConfigurationStore() |
protected abstract DurableConfigurationStore |
AbstractVirtualHostNode.createConfigurationStore() |
DurableConfigurationStore |
AbstractVirtualHostNode.getConfigurationStore() |
DurableConfigurationStore |
RedirectingVirtualHostNodeImpl.getConfigurationStore() |
Modifier and Type | Method and Description |
---|---|
protected DurableConfigurationStore |
BDBVirtualHostNodeImpl.createConfigurationStore() |
protected DurableConfigurationStore |
BDBHAVirtualHostNodeImpl.createConfigurationStore() |
Modifier and Type | Method and Description |
---|---|
protected DurableConfigurationStore |
DerbyVirtualHostNodeImpl.createConfigurationStore() |
Modifier and Type | Method and Description |
---|---|
protected DurableConfigurationStore |
JDBCVirtualHostNodeImpl.createConfigurationStore() |
Modifier and Type | Method and Description |
---|---|
protected DurableConfigurationStore |
MemoryVirtualHostNode.createConfigurationStore() |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.