Package org.eclipse.jgit.internal.ketch
Class KetchConstants
- java.lang.Object
-
- org.eclipse.jgit.internal.ketch.KetchConstants
-
public class KetchConstants extends Object
Frequently used constants in a Ketch system.
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACCEPTED
Reference name holding the RefTree accepted by a follower.static String
COMMITTED
Reference name holding the RefTree known to be committed.static String
CONFIG_KEY_COMMIT
Behavior for a replica (remote.$name.ketch-commit
)static String
CONFIG_KEY_SPEED
Behavior for a replica (remote.$name.ketch-speed
)static String
CONFIG_KEY_TYPE
Behavior for a replica (remote.$name.ketch-type
)static String
CONFIG_SECTION_KETCH
Section for Ketch configuration (ketch
).static String
DEFAULT_TXN_NAMESPACE
static String
STAGE
Reference subdirectory holding proposed heads.static FooterKey
TERM
Footer containing the current term.
-
-
-
Field Detail
-
DEFAULT_TXN_NAMESPACE
public static final String DEFAULT_TXN_NAMESPACE
- See Also:
- Constant Field Values
-
ACCEPTED
public static final String ACCEPTED
Reference name holding the RefTree accepted by a follower.- See Also:
- Constant Field Values
-
COMMITTED
public static final String COMMITTED
Reference name holding the RefTree known to be committed.- See Also:
- Constant Field Values
-
STAGE
public static final String STAGE
Reference subdirectory holding proposed heads.- See Also:
- Constant Field Values
-
TERM
public static final FooterKey TERM
Footer containing the current term.
-
CONFIG_SECTION_KETCH
public static final String CONFIG_SECTION_KETCH
Section for Ketch configuration (ketch
).- See Also:
- Constant Field Values
-
CONFIG_KEY_TYPE
public static final String CONFIG_KEY_TYPE
Behavior for a replica (remote.$name.ketch-type
)- See Also:
- Constant Field Values
-
CONFIG_KEY_COMMIT
public static final String CONFIG_KEY_COMMIT
Behavior for a replica (remote.$name.ketch-commit
)- See Also:
- Constant Field Values
-
CONFIG_KEY_SPEED
public static final String CONFIG_KEY_SPEED
Behavior for a replica (remote.$name.ketch-speed
)- See Also:
- Constant Field Values
-
-