| Package | Description |
|---|---|
| org.rhq.enterprise.server.sync |
| Modifier and Type | Class and Description |
|---|---|
class |
MetricTemplateSynchronizer |
class |
SystemSettingsSynchronizer |
| Modifier and Type | Method and Description |
|---|---|
abstract Synchronizer<?,?> |
SynchronizedEntity.getSynchronizer()
Returns the synchronizer for given subsystem.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Synchronizer<?,?>> |
SynchronizerFactory.getAllSynchronizers() |
| Constructor and Description |
|---|
ExportingInputStream(Set<Synchronizer<?,?>> synchronizers,
Map<String,org.rhq.core.domain.sync.ExporterMessages> messagesPerExporter)
Constructs a new exporting input stream with the default buffer size of 64KB that zips up
the results.
|
ExportingInputStream(Set<Synchronizer<?,?>> synchronizers,
Map<String,org.rhq.core.domain.sync.ExporterMessages> messagesPerExporter,
int size,
boolean zip)
Constructs a new exporting input stream with the default buffer size of 64KB.
|
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.