Package org.apache.iceberg.view
Class ViewProperties
- java.lang.Object
-
- org.apache.iceberg.view.ViewProperties
-
public class ViewProperties extends Object
View properties that can be set during CREATE/REPLACE view or using updateProperties API.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOMMIT_MAX_RETRY_WAIT_MSstatic intCOMMIT_MAX_RETRY_WAIT_MS_DEFAULTstatic StringCOMMIT_MIN_RETRY_WAIT_MSstatic intCOMMIT_MIN_RETRY_WAIT_MS_DEFAULTstatic StringCOMMIT_NUM_RETRIESstatic intCOMMIT_NUM_RETRIES_DEFAULTstatic StringCOMMIT_TOTAL_RETRY_TIME_MSstatic intCOMMIT_TOTAL_RETRY_TIME_MS_DEFAULTstatic StringTABLE_COMMENTstatic StringVERSION_HISTORY_SIZEstatic intVERSION_HISTORY_SIZE_DEFAULT
-
Constructor Summary
Constructors Constructor Description ViewProperties()
-
-
-
Field Detail
-
COMMIT_NUM_RETRIES
public static final String COMMIT_NUM_RETRIES
- See Also:
- Constant Field Values
-
COMMIT_NUM_RETRIES_DEFAULT
public static final int COMMIT_NUM_RETRIES_DEFAULT
- See Also:
- Constant Field Values
-
COMMIT_MIN_RETRY_WAIT_MS
public static final String COMMIT_MIN_RETRY_WAIT_MS
- See Also:
- Constant Field Values
-
COMMIT_MIN_RETRY_WAIT_MS_DEFAULT
public static final int COMMIT_MIN_RETRY_WAIT_MS_DEFAULT
- See Also:
- Constant Field Values
-
COMMIT_MAX_RETRY_WAIT_MS
public static final String COMMIT_MAX_RETRY_WAIT_MS
- See Also:
- Constant Field Values
-
COMMIT_MAX_RETRY_WAIT_MS_DEFAULT
public static final int COMMIT_MAX_RETRY_WAIT_MS_DEFAULT
- See Also:
- Constant Field Values
-
COMMIT_TOTAL_RETRY_TIME_MS
public static final String COMMIT_TOTAL_RETRY_TIME_MS
- See Also:
- Constant Field Values
-
COMMIT_TOTAL_RETRY_TIME_MS_DEFAULT
public static final int COMMIT_TOTAL_RETRY_TIME_MS_DEFAULT
- See Also:
- Constant Field Values
-
VERSION_HISTORY_SIZE
public static final String VERSION_HISTORY_SIZE
- See Also:
- Constant Field Values
-
VERSION_HISTORY_SIZE_DEFAULT
public static final int VERSION_HISTORY_SIZE_DEFAULT
- See Also:
- Constant Field Values
-
TABLE_COMMENT
public static final String TABLE_COMMENT
- See Also:
- Constant Field Values
-
-