Class RemoteGlobalMetadataManager

java.lang.Object
org.opensearch.common.remote.AbstractRemoteWritableEntityManager
org.opensearch.gateway.remote.RemoteGlobalMetadataManager
All Implemented Interfaces:
RemoteWritableEntityManager

public class RemoteGlobalMetadataManager extends AbstractRemoteWritableEntityManager
A Manager which provides APIs to write and read Global Metadata attributes to remote store
Opensearch.internal:
  • Field Details

    • GLOBAL_METADATA_UPLOAD_TIMEOUT_DEFAULT

      public static final org.opensearch.common.unit.TimeValue GLOBAL_METADATA_UPLOAD_TIMEOUT_DEFAULT
    • GLOBAL_METADATA_UPLOAD_TIMEOUT_SETTING

      public static final Setting<org.opensearch.common.unit.TimeValue> GLOBAL_METADATA_UPLOAD_TIMEOUT_SETTING
    • GLOBAL_METADATA_CURRENT_CODEC_VERSION

      public static final int GLOBAL_METADATA_CURRENT_CODEC_VERSION
      See Also:
  • Method Details