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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.google.gerrit.extensions.config.FactoryModulefactoryMethods inherited from class com.google.inject.AbstractModuleaddError, 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_SIZEpublic static final int DEFAULT_ACCOUNTS_SEQUENCE_BATCH_SIZE- See Also:
 
- 
DEFAULT_GROUPS_SEQUENCE_BATCH_SIZEpublic static final int DEFAULT_GROUPS_SEQUENCE_BATCH_SIZE- See Also:
 
- 
DEFAULT_CHANGES_SEQUENCE_BATCH_SIZEpublic static final int DEFAULT_CHANGES_SEQUENCE_BATCH_SIZE- See Also:
 
 
- 
- 
Constructor Details- 
RepoSequenceModulepublic RepoSequenceModule()
 
-