Package org.apache.pinot.common.utils
Class FileUploadDownloadClient.CustomHeaders
- java.lang.Object
-
- org.apache.pinot.common.utils.FileUploadDownloadClient.CustomHeaders
-
- Enclosing class:
- FileUploadDownloadClient
public static class FileUploadDownloadClient.CustomHeaders extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOPY_SEGMENT_TO_DEEP_STOREThis header is only used for METADATA push, to allow controller to copy segment to deep store, if segment was not placed in the deep store to begin withstatic StringCRYPTERstatic StringDOWNLOAD_URIstatic StringREFRESH_ONLYstatic StringSEGMENT_ZK_METADATA_CUSTOM_MAP_MODIFIERstatic StringUPLOAD_TYPE
-
Constructor Summary
Constructors Constructor Description CustomHeaders()
-
-
-
Field Detail
-
UPLOAD_TYPE
public static final String UPLOAD_TYPE
- See Also:
- Constant Field Values
-
REFRESH_ONLY
public static final String REFRESH_ONLY
- See Also:
- Constant Field Values
-
DOWNLOAD_URI
public static final String DOWNLOAD_URI
- See Also:
- Constant Field Values
-
COPY_SEGMENT_TO_DEEP_STORE
public static final String COPY_SEGMENT_TO_DEEP_STORE
This header is only used for METADATA push, to allow controller to copy segment to deep store, if segment was not placed in the deep store to begin with- See Also:
- Constant Field Values
-
SEGMENT_ZK_METADATA_CUSTOM_MAP_MODIFIER
public static final String SEGMENT_ZK_METADATA_CUSTOM_MAP_MODIFIER
- See Also:
- Constant Field Values
-
CRYPTER
public static final String CRYPTER
- See Also:
- Constant Field Values
-
-