|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Synchronizer | |
|---|---|
| org.rhq.enterprise.server.sync | |
| Uses of Synchronizer in org.rhq.enterprise.server.sync |
|---|
| Classes in org.rhq.enterprise.server.sync that implement Synchronizer | |
|---|---|
class |
MetricTemplateSynchronizer
|
class |
SystemSettingsSynchronizer
|
| Methods in org.rhq.enterprise.server.sync that return Synchronizer | |
|---|---|
abstract Synchronizer<?,?> |
SynchronizedEntity.getSynchronizer()
Returns the synchronizer for given subsystem. |
| Methods in org.rhq.enterprise.server.sync that return types with arguments of type Synchronizer | |
|---|---|
Set<Synchronizer<?,?>> |
SynchronizerFactory.getAllSynchronizers()
|
| Constructor parameters in org.rhq.enterprise.server.sync with type arguments of type Synchronizer | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||