Package com.google.gerrit.server.schema
Class InMemoryAccountPatchReviewStore
- java.lang.Object
-
- com.google.gerrit.server.schema.JdbcAccountPatchReviewStore
-
- com.google.gerrit.server.schema.InMemoryAccountPatchReviewStore
-
- All Implemented Interfaces:
LifecycleListener
,AccountPatchReviewStore
,EventListener
public class InMemoryAccountPatchReviewStore extends JdbcAccountPatchReviewStore
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InMemoryAccountPatchReviewStore.Module
-
Nested classes/interfaces inherited from interface com.google.gerrit.server.change.AccountPatchReviewStore
AccountPatchReviewStore.PatchSetWithReviewedFiles
-
-
Method Summary
-
Methods inherited from class com.google.gerrit.server.schema.JdbcAccountPatchReviewStore
clearReviewed, clearReviewed, convertError, createAccountPatchReviewStore, createTableIfNotExists, doCreateTable, dropTableIfExists, findReviewed, getConnection, getSQLStateInt, markReviewed, markReviewed, start, stop
-
-