| Modifier and Type | Method and Description |
|---|---|
PublishingResponseDto |
ChangelogPublisher.add(ChangelogDto dto) |
PublishingResponseDto |
ChangelogPublisher.NoOpChangelogPublisher.add(ChangelogDto dto) |
| Modifier and Type | Method and Description |
|---|---|
PublishingResponseDto |
CountPublisher.add(CountBatchDto countBatchDto) |
PublishingResponseDto |
CountPublisher.NoOpCountPublisher.add(CountBatchDto countBatchDto) |
| Modifier and Type | Method and Description |
|---|---|
PublishingResponseDto |
ExceptionRecordPublisher.addExceptionRecord(ExceptionRecordBatchDto exceptionRecordBatchDto) |
PublishingResponseDto |
ExceptionRecordPublisher.NoOpExceptionRecordPublisher.addExceptionRecord(ExceptionRecordBatchDto exceptionRecordBatchDto) |
PublishingResponseDto |
ExceptionRecordPublisher.addHttpRequest(HttpRequestRecordBatchDto httpRecordRequestBatchDto) |
PublishingResponseDto |
ExceptionRecordPublisher.NoOpExceptionRecordPublisher.addHttpRequest(HttpRequestRecordBatchDto httpRecordRequestBatchDto) |
| Modifier and Type | Method and Description |
|---|---|
PublishingResponseDto |
GaugePublisher.add(GaugeBatchDto gaugeBatchDto) |
PublishingResponseDto |
GaugePublisher.NoOpGaugePublisher.add(GaugeBatchDto gaugeBatchDto) |
| Modifier and Type | Method and Description |
|---|---|
PublishingResponseDto |
LibraryPublisher.add(LibraryBatchDto dto) |
PublishingResponseDto |
LibraryPublisher.NoOpLibraryPublisher.add(LibraryBatchDto dto) |
| Modifier and Type | Field and Description |
|---|---|
static PublishingResponseDto |
PublishingResponseDto.DISABLED_ON_CLIENT |
static PublishingResponseDto |
PublishingResponseDto.DISCARD |
static PublishingResponseDto |
PublishingResponseDto.NO_OP |
static PublishingResponseDto |
PublishingResponseDto.REJECT |
static PublishingResponseDto |
PublishingResponseDto.SUCCESS |
| Modifier and Type | Method and Description |
|---|---|
static PublishingResponseDto |
PublishingResponseDto.error(Exception exception) |
static PublishingResponseDto |
PublishingResponseDto.error(String errorMessage) |
| Modifier and Type | Method and Description |
|---|---|
PublishingResponseDto |
TableSchemaPublisher.add(TableBatchDto schemaDto,
ServiceConfigurationDto serviceConfigDto) |
PublishingResponseDto |
TableSchemaPublisher.NoOpTableSchemaPublisher.add(TableBatchDto schemaDto,
ServiceConfigurationDto serviceConfigDto) |
| Modifier and Type | Method and Description |
|---|---|
PublishingResponseDto |
ServiceConfigurationPublisher.add(ServiceConfigurationDto dto) |
PublishingResponseDto |
ServiceConfigurationPublisher.NoOpServiceConfigurationPublisher.add(ServiceConfigurationDto dto) |
| Modifier and Type | Method and Description |
|---|---|
PublishingResponseDto |
TableCountPublisher.add(TableCountBatchDto batch) |
PublishingResponseDto |
TableCountPublisher.NoOpTableCountPublisher.add(TableCountBatchDto batch) |
| Modifier and Type | Method and Description |
|---|---|
PublishingResponseDto |
TaskTrackerPublisher.putMulti(TaskTrackerBatchDto batch) |
PublishingResponseDto |
TaskTrackerPublisher.NoOpTaskTrackerPublisher.putMulti(TaskTrackerBatchDto batch) |
| Modifier and Type | Method and Description |
|---|---|
PublishingResponseDto |
TracePublisher.add(TraceEntityBatchDto traceEntityBatchDto) |
PublishingResponseDto |
TracePublisher.NoOpTracePublisher.add(TraceEntityBatchDto traceEntityBatchDto) |
PublishingResponseDto |
TracePublisher.addBatch(Trace2BatchedBundleDto traceBatchedDto) |
PublishingResponseDto |
TracePublisher.NoOpTracePublisher.addBatch(Trace2BatchedBundleDto traceEntityBatchDto) |
| Modifier and Type | Method and Description |
|---|---|
PublishingResponseDto |
WebappInstancePublisher.add(WebappInstanceDto webappInstanceDto) |
PublishingResponseDto |
WebappInstancePublisher.NoOpWebappInstancePublisher.add(WebappInstanceDto webappInstanceDto) |
PublishingResponseDto |
WebappInstancePublisher.delete(String webappName,
String serverName) |
PublishingResponseDto |
WebappInstancePublisher.NoOpWebappInstancePublisher.delete(String webappName,
String serverName) |
Copyright © 2009–2021. All rights reserved.