| Package | Description |
|---|---|
| com.indeed.proctor.store | |
| com.indeed.proctor.store.cache | |
| com.indeed.proctor.store.utils | |
| com.indeed.proctor.store.utils.test |
| Modifier and Type | Method and Description |
|---|---|
Revision |
TestEdit.getRevision() |
Revision |
RevisionDetails.getRevision() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<Revision>> |
LocalDirectoryStore.getAllHistories() |
Map<String,List<Revision>> |
ProctorReader.getAllHistories()
Deprecated.
does not scale, avoid if possible, prefer getMatrixHistory and getRevisionDetails methods
|
List<Revision> |
LocalDirectoryStore.getHistory(String test,
int ignoredStart,
int limit) |
List<Revision> |
ProctorReader.getHistory(String testName,
int start,
int limit) |
List<Revision> |
LocalDirectoryStore.getHistory(String test,
String revision,
int start,
int limit) |
List<Revision> |
ProctorReader.getHistory(String testName,
String revisionId,
int start,
int limit) |
List<Revision> |
LocalDirectoryStore.getMatrixHistory(Instant sinceInclusive,
Instant untilExclusive) |
List<Revision> |
ProctorReader.getMatrixHistory(Instant sinceInclusive,
Instant untilExclusive) |
List<Revision> |
LocalDirectoryStore.getMatrixHistory(int start,
int limit) |
List<Revision> |
ProctorReader.getMatrixHistory(int start,
int limit) |
| Constructor and Description |
|---|
RevisionDetails(Revision revision,
Set<String> modifiedTests) |
TestEdit(Revision revision,
TestDefinition definition) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<Revision>> |
CachingProctorStore.getAllHistories() |
List<Revision> |
CachingProctorStore.getHistory(String test,
int start,
int limit) |
List<Revision> |
CachingProctorStore.getHistory(String test,
String revision,
int start,
int limit) |
List<Revision> |
CachingProctorStore.getMatrixHistory(Instant start,
Instant limit) |
List<Revision> |
CachingProctorStore.getMatrixHistory(int start,
int limit)
caching is not supported for this method
|
static List<Revision> |
CachingProctorStore.selectRevisionHistorySetFrom(List<Revision> history,
String from,
int start,
int limit)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Revision> |
CachingProctorStore.selectRevisionHistorySetFrom(List<Revision> history,
String from,
int start,
int limit)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Revision> |
HistoryUtil.selectRevisionHistorySetFrom(List<Revision> history,
String from,
int start,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
static List<Revision> |
HistoryUtil.selectRevisionHistorySetFrom(List<Revision> history,
String from,
int start,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<Revision>> |
InMemoryProctorStore.getAllHistories() |
List<Revision> |
InMemoryProctorStore.getHistory(String testName,
int start,
int limit) |
List<Revision> |
InMemoryProctorStore.getHistory(String testName,
String revisionId,
int start,
int limit) |
List<Revision> |
InMemoryProctorStore.getMatrixHistory(Instant sinceInclusive,
Instant untilExclusive) |
List<Revision> |
InMemoryProctorStore.getMatrixHistory(int start,
int limit) |
Copyright © 2022. All rights reserved.