org.elasticsearch.indices.recovery
Class RecoveryTarget.Actions

java.lang.Object
  extended by org.elasticsearch.indices.recovery.RecoveryTarget.Actions
Enclosing class:
RecoveryTarget

public static class RecoveryTarget.Actions
extends Object


Field Summary
static String CLEAN_FILES
           
static String FILE_CHUNK
           
static String FILES_INFO
           
static String FINALIZE
           
static String PREPARE_TRANSLOG
           
static String TRANSLOG_OPS
           
 
Constructor Summary
RecoveryTarget.Actions()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

RecoveryTarget.Actions

public RecoveryTarget.Actions()


Copyright © 2009-2012. All Rights Reserved.