Class PeerRecoveryTargetService.Actions
- java.lang.Object
-
- org.elasticsearch.indices.recovery.PeerRecoveryTargetService.Actions
-
- Enclosing class:
- PeerRecoveryTargetService
public static class PeerRecoveryTargetService.Actions extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLEAN_FILESstatic StringFILE_CHUNKstatic StringFILES_INFOstatic StringFINALIZEstatic StringHANDOFF_PRIMARY_CONTEXTstatic StringPREPARE_TRANSLOGstatic StringTRANSLOG_OPS
-
Constructor Summary
Constructors Constructor Description Actions()
-
-
-
Field Detail
-
FILES_INFO
public static final String FILES_INFO
- See Also:
- Constant Field Values
-
FILE_CHUNK
public static final String FILE_CHUNK
- See Also:
- Constant Field Values
-
CLEAN_FILES
public static final String CLEAN_FILES
- See Also:
- Constant Field Values
-
TRANSLOG_OPS
public static final String TRANSLOG_OPS
- See Also:
- Constant Field Values
-
PREPARE_TRANSLOG
public static final String PREPARE_TRANSLOG
- See Also:
- Constant Field Values
-
FINALIZE
public static final String FINALIZE
- See Also:
- Constant Field Values
-
HANDOFF_PRIMARY_CONTEXT
public static final String HANDOFF_PRIMARY_CONTEXT
- See Also:
- Constant Field Values
-
-