public class MetaDataCacheMaintenance extends Object
CacheMarshaller
architecture.Constructor and Description |
---|
MetaDataCacheMaintenance(BrokerFactory factory,
boolean devpath) |
MetaDataCacheMaintenance(BrokerFactory factory,
boolean devpath,
boolean verbose)
Deprecated.
logging is routed to the logging system now.
|
Modifier and Type | Method and Description |
---|---|
void |
dump() |
static void |
main(String[] args) |
void |
setLog(Log log) |
void |
store()
The metadata repository for the factory that this instance was
constructed with will be serialized, along with any query
compilations etc. that have been created for the factory.
|
@Deprecated public MetaDataCacheMaintenance(BrokerFactory factory, boolean devpath, boolean verbose)
public MetaDataCacheMaintenance(BrokerFactory factory, boolean devpath)
factory
- The BrokerFactory
for which cached metadata
should be built.devpath
- Whether or not to scan the development environment paths
to find persistent types to store.public static void main(String[] args)
public void setLog(Log log)
public void store()
public void dump()
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.