Modifier and Type | Method and Description |
---|---|
void |
ManagementModeStoreHandler.create(ConfiguredObjectRecord object) |
void |
ManagementModeStoreHandler.openConfigurationStore(ConfiguredObject<?> parent,
boolean overwrite,
ConfiguredObjectRecord... initialRecords) |
UUID[] |
ManagementModeStoreHandler.remove(ConfiguredObjectRecord... records) |
void |
ManagementModeStoreHandler.update(boolean createIfNecessary,
ConfiguredObjectRecord... records) |
Modifier and Type | Method and Description |
---|---|
ConfiguredObjectRecord |
AbstractConfiguredObject.asObjectRecord() |
ConfiguredObjectRecord |
ConfiguredObject.asObjectRecord() |
ConfiguredObjectRecord |
AbstractUnresolvedObject.getRecord() |
Modifier and Type | Method and Description |
---|---|
UnresolvedConfiguredObject<X> |
AbstractConfiguredObjectTypeFactory.recover(ConfiguredObjectFactory factory,
ConfiguredObjectRecord record,
ConfiguredObject<?>... parents) |
<X extends ConfiguredObject<X>> |
ConfiguredObjectFactoryImpl.recover(ConfiguredObjectRecord record,
ConfiguredObject<?>... parents) |
<X extends ConfiguredObject<X>> |
ConfiguredObjectFactory.recover(ConfiguredObjectRecord record,
ConfiguredObject<?>... parents) |
Constructor and Description |
---|
AbstractUnresolvedObject(Class<C> clazz,
ConfiguredObjectRecord record,
ConfiguredObject<?>... parents) |
Modifier and Type | Method and Description |
---|---|
UnresolvedConfiguredObject<X> |
PortFactory.recover(ConfiguredObjectFactory factory,
ConfiguredObjectRecord record,
ConfiguredObject<?>... parents) |
Modifier and Type | Method and Description |
---|---|
UnresolvedConfiguredObject<X> |
ConfiguredObjectTypeFactory.recover(ConfiguredObjectFactory factory,
ConfiguredObjectRecord record,
ConfiguredObject<?>... parents) |
Modifier and Type | Method and Description |
---|---|
UnresolvedConfiguredObject<X> |
QueueFactory.recover(ConfiguredObjectFactory factory,
ConfiguredObjectRecord record,
ConfiguredObject<?>... parents) |
Modifier and Type | Class and Description |
---|---|
class |
ConfiguredObjectRecordImpl |
Modifier and Type | Method and Description |
---|---|
protected ConfiguredObjectRecord |
StoreUpgraderPhase.upgradeRootRecord(ConfiguredObjectRecord record) |
Modifier and Type | Method and Description |
---|---|
Map<UUID,ConfiguredObjectRecord> |
NonNullUpgrader.getDeletedRecords() |
Map<UUID,ConfiguredObjectRecord> |
DurableConfigurationStoreUpgrader.getDeletedRecords() |
Map<UUID,ConfiguredObjectRecord> |
NullUpgrader.getDeletedRecords() |
protected Map<UUID,ConfiguredObjectRecord> |
NonNullUpgrader.getDeleteMap() |
List<ConfiguredObjectRecord> |
GenericStoreUpgrader.getRecords() |
Map<UUID,ConfiguredObjectRecord> |
NonNullUpgrader.getUpdatedRecords() |
Map<UUID,ConfiguredObjectRecord> |
DurableConfigurationStoreUpgrader.getUpdatedRecords() |
Map<UUID,ConfiguredObjectRecord> |
NullUpgrader.getUpdatedRecords() |
protected Map<UUID,ConfiguredObjectRecord> |
NonNullUpgrader.getUpdateMap() |
Collection<ConfiguredObjectRecord> |
ConfiguredObjectRecordConverter.readFromJson(Class<? extends ConfiguredObject> rootClass,
ConfiguredObject<?> parent,
Reader reader) |
Modifier and Type | Method and Description |
---|---|
void |
DurableConfigurationStoreUpgrader.configuredObject(ConfiguredObjectRecord record) |
void |
NullUpgrader.configuredObject(ConfiguredObjectRecord record) |
void |
JsonFileConfigStore.create(ConfiguredObjectRecord record) |
void |
NullMessageStore.create(ConfiguredObjectRecord record) |
void |
AbstractJDBCConfigurationStore.create(ConfiguredObjectRecord object) |
void |
DurableConfigurationStore.create(ConfiguredObjectRecord object)
Makes the specified object persistent.
|
void |
AbstractMemoryStore.create(ConfiguredObjectRecord record) |
protected void |
JsonFileConfigStore.load(boolean overwrite,
ConfiguredObjectRecord[] initialRecords) |
void |
JsonFileConfigStore.openConfigurationStore(ConfiguredObject<?> parent,
boolean overwrite,
ConfiguredObjectRecord... initialRecords) |
void |
NullMessageStore.openConfigurationStore(ConfiguredObject<?> parent,
boolean overwrite,
ConfiguredObjectRecord... initialRecords) |
void |
DurableConfigurationStore.openConfigurationStore(ConfiguredObject<?> parent,
boolean overwrite,
ConfiguredObjectRecord... initialRecords)
Initializes and opens the configuration store.
|
void |
AbstractMemoryStore.openConfigurationStore(ConfiguredObject<?> parent,
boolean overwrite,
ConfiguredObjectRecord... initialRecords) |
UUID[] |
JsonFileConfigStore.remove(ConfiguredObjectRecord... objects) |
UUID[] |
NullMessageStore.remove(ConfiguredObjectRecord... objects) |
UUID[] |
AbstractJDBCConfigurationStore.remove(ConfiguredObjectRecord... objects) |
UUID[] |
DurableConfigurationStore.remove(ConfiguredObjectRecord... objects)
Removes the specified persistent configured objects.
|
UUID[] |
AbstractMemoryStore.remove(ConfiguredObjectRecord... objects) |
void |
JsonFileConfigStore.update(boolean createIfNecessary,
ConfiguredObjectRecord... records) |
void |
NullMessageStore.update(boolean createIfNecessary,
ConfiguredObjectRecord... records) |
void |
AbstractJDBCConfigurationStore.update(boolean createIfNecessary,
ConfiguredObjectRecord... records) |
void |
DurableConfigurationStore.update(boolean createIfNecessary,
ConfiguredObjectRecord... records)
Updates the specified objects in the persistent store, IF it is already present.
|
void |
AbstractMemoryStore.update(boolean createIfNecessary,
ConfiguredObjectRecord... records) |
protected ConfiguredObjectRecord |
StoreUpgraderPhase.upgradeRootRecord(ConfiguredObjectRecord record) |
Modifier and Type | Method and Description |
---|---|
void |
GenericRecoverer.recover(List<ConfiguredObjectRecord> records) |
Constructor and Description |
---|
ConfiguredObjectRecordImpl(ConfiguredObjectRecord record) |
Modifier and Type | Class and Description |
---|---|
class |
BDBConfiguredObjectRecord |
Modifier and Type | Method and Description |
---|---|
void |
BDBConfigurationStore.create(ConfiguredObjectRecord configuredObject) |
void |
BDBConfigurationStore.openConfigurationStore(ConfiguredObject<?> parent,
boolean overwrite,
ConfiguredObjectRecord... initialRecords) |
UUID[] |
BDBConfigurationStore.remove(ConfiguredObjectRecord... objects) |
void |
BDBConfigurationStore.update(boolean createIfNecessary,
ConfiguredObjectRecord... records) |
Modifier and Type | Method and Description |
---|---|
void |
ConfiguredObjectBinding.objectToEntry(ConfiguredObjectRecord object,
com.sleepycat.bind.tuple.TupleOutput tupleOutput) |
Modifier and Type | Method and Description |
---|---|
void |
DerbyConfigurationStore.openConfigurationStore(ConfiguredObject<?> parent,
boolean overwrite,
ConfiguredObjectRecord... initialRecords) |
Modifier and Type | Method and Description |
---|---|
boolean |
ConfiguredObjectRecordHandler.handle(ConfiguredObjectRecord record)
Handles the given record.
|
Modifier and Type | Method and Description |
---|---|
void |
GenericJDBCConfigurationStore.openConfigurationStore(ConfiguredObject<?> parent,
boolean overwrite,
ConfiguredObjectRecord... initialRecords) |
Modifier and Type | Method and Description |
---|---|
protected ConfiguredObjectRecord |
AbstractStandardVirtualHostNode.enrichInitialVirtualHostRootRecord(ConfiguredObjectRecord vhostRecord) |
protected abstract ConfiguredObjectRecord |
AbstractVirtualHostNode.enrichInitialVirtualHostRootRecord(ConfiguredObjectRecord vhostRecord) |
protected ConfiguredObjectRecord[] |
AbstractVirtualHostNode.getInitialRecords() |
Modifier and Type | Method and Description |
---|---|
protected ConfiguredObjectRecord |
AbstractStandardVirtualHostNode.enrichInitialVirtualHostRootRecord(ConfiguredObjectRecord vhostRecord) |
protected abstract ConfiguredObjectRecord |
AbstractVirtualHostNode.enrichInitialVirtualHostRootRecord(ConfiguredObjectRecord vhostRecord) |
Modifier and Type | Method and Description |
---|---|
protected ConfiguredObjectRecord |
BDBHAVirtualHostNodeImpl.enrichInitialVirtualHostRootRecord(ConfiguredObjectRecord vhostRecord) |
Modifier and Type | Method and Description |
---|---|
protected ConfiguredObjectRecord |
BDBHAVirtualHostNodeImpl.enrichInitialVirtualHostRootRecord(ConfiguredObjectRecord vhostRecord) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.