Package com.google.gerrit.server.notedb
Class RepoSequence.RepoSequenceModule
java.lang.Object
com.google.inject.AbstractModule
com.google.gerrit.extensions.config.FactoryModule
com.google.gerrit.server.notedb.RepoSequence.RepoSequenceModule
- All Implemented Interfaces:
com.google.inject.Module
- Enclosing class:
- RepoSequence
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.gerrit.extensions.config.FactoryModule
factory
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestInjection, requestStaticInjection, requireBinding, requireBinding
-
Field Details
-
SECTION_NOTE_DB
- See Also:
-
KEY_SEQUENCE_BATCH_SIZE
- See Also:
-
DEFAULT_ACCOUNTS_SEQUENCE_BATCH_SIZE
public static final int DEFAULT_ACCOUNTS_SEQUENCE_BATCH_SIZE- See Also:
-
DEFAULT_GROUPS_SEQUENCE_BATCH_SIZE
public static final int DEFAULT_GROUPS_SEQUENCE_BATCH_SIZE- See Also:
-
DEFAULT_CHANGES_SEQUENCE_BATCH_SIZE
public static final int DEFAULT_CHANGES_SEQUENCE_BATCH_SIZE- See Also:
-
-
Constructor Details
-
RepoSequenceModule
public RepoSequenceModule()
-