Interface RawIndexingDataTransportRequest

All Known Implementing Classes:
BulkRequest, BulkShardRequest, RecoveryTranslogOperationsRequest, ResyncReplicationRequest, TransportReplicationAction.ConcreteReplicaRequest, TransportReplicationAction.ConcreteShardRequest

public interface RawIndexingDataTransportRequest
Requests that implement this interface will be compressed when TransportSettings.TRANSPORT_COMPRESS is configured to Compression.Enabled.INDEXING_DATA and isRawIndexingData() returns true. This is intended to be requests/responses primarily composed of raw source data.
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
     
  • Method Details

    • isRawIndexingData

      default boolean isRawIndexingData()