Class SegmentReplicationRecord

java.lang.Object
org.opensearch.client.opensearch.cat.segment_replication.SegmentReplicationRecord
All Implemented Interfaces:
JsonpSerializable, PlainJsonSerializable, ToCopyableBuilder<SegmentReplicationRecord.Builder,SegmentReplicationRecord>

@JsonpDeserializable @Generated("org.opensearch.client.codegen.CodeGenerator") public class SegmentReplicationRecord extends Object implements PlainJsonSerializable, ToCopyableBuilder<SegmentReplicationRecord.Builder,SegmentReplicationRecord>
  • Field Details

  • Method Details

    • of

    • bytes

      @Nullable public final String bytes()
      API name: bytes
    • bytesBehind

      @Nullable public final String bytesBehind()
      API name: bytes_behind
    • bytesFetched

      @Nullable public final String bytesFetched()
      API name: bytes_fetched
    • bytesPercent

      @Nullable public final String bytesPercent()
      API name: bytes_percent
    • bytesTotal

      @Nullable public final String bytesTotal()
      API name: bytes_total
    • checkpointsBehind

      @Nullable public final String checkpointsBehind()
      API name: checkpoints_behind
    • currentLag

      @Nullable public final String currentLag()
      API name: current_lag
    • fileDiffStageTimeTaken

      @Nullable public final String fileDiffStageTimeTaken()
      API name: file_diff_stage_time_taken
    • files

      @Nullable public final String files()
      API name: files
    • filesFetched

      @Nullable public final String filesFetched()
      API name: files_fetched
    • filesPercent

      @Nullable public final String filesPercent()
      API name: files_percent
    • filesTotal

      @Nullable public final String filesTotal()
      API name: files_total
    • finalizeReplicationStageTimeTaken

      @Nullable public final String finalizeReplicationStageTimeTaken()
      API name: finalize_replication_stage_time_taken
    • getCheckpointInfoStageTimeTaken

      @Nullable public final String getCheckpointInfoStageTimeTaken()
      API name: get_checkpoint_info_stage_time_taken
    • getFilesStageTimeTaken

      @Nullable public final String getFilesStageTimeTaken()
      API name: get_files_stage_time_taken
    • lastCompletedLag

      @Nullable public final String lastCompletedLag()
      API name: last_completed_lag
    • rejectedRequests

      @Nullable public final String rejectedRequests()
      API name: rejected_requests
    • replicatingStageTimeTaken

      @Nullable public final String replicatingStageTimeTaken()
      API name: replicating_stage_time_taken
    • shardId

      @Nullable public final String shardId()
      API name: shardId
    • stage

      @Nullable public final String stage()
      API name: stage
    • startTime

      @Nullable public final String startTime()
      API name: start_time
    • stopTime

      @Nullable public final String stopTime()
      API name: stop_time
    • targetHost

      @Nullable public final String targetHost()
      API name: target_host
    • targetNode

      @Nullable public final String targetNode()
      API name: target_node
    • time

      @Nullable public final String time()
      API name: time
    • serialize

      public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Serialize this object to JSON.
      Specified by:
      serialize in interface JsonpSerializable
    • serializeInternal

      protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
    • toBuilder

      @Nonnull public SegmentReplicationRecord.Builder toBuilder()
      Description copied from interface: ToCopyableBuilder
      Create a new builder ToCopyableBuilder that is initialised with the current state of this object.
      Specified by:
      toBuilder in interface ToCopyableBuilder<SegmentReplicationRecord.Builder,SegmentReplicationRecord>
      Returns:
      a new builder instance.
    • builder

      @Nonnull public static SegmentReplicationRecord.Builder builder()
    • setupSegmentReplicationRecordDeserializer

      protected static void setupSegmentReplicationRecordDeserializer(ObjectDeserializer<SegmentReplicationRecord.Builder> op)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object