| Package | Description |
|---|---|
| org.atlasapi.content | |
| org.atlasapi.equivalence | |
| org.atlasapi.messaging |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractEquivalentContentStore.updateInSet(EquivalenceGraph graph,
Content content) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractEquivalentContentStore.updateEquivalences(com.google.common.collect.ImmutableSetMultimap<EquivalenceGraph,Content> graphsAndContent,
EquivalenceGraphUpdate update) |
| Modifier and Type | Method and Description |
|---|---|
EquivalenceGraph |
EquivalenceGraphUpdate.getUpdated()
Returns the graph updated in this update, containing the subject of the
assertion that caused this update.
|
static EquivalenceGraph |
EquivalenceGraph.valueOf(ResourceRef subj) |
static EquivalenceGraph |
EquivalenceGraph.valueOf(Set<EquivalenceGraph.Adjacents> set) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableSet<EquivalenceGraph> |
EquivalenceGraphUpdate.getAllGraphs()
Returns all the graphs resulting from this update.
|
com.google.common.collect.ImmutableSet<EquivalenceGraph> |
EquivalenceGraphUpdate.getCreated()
Returns the graphs created in this update because they've been split out
of the updated graph
|
com.google.common.util.concurrent.ListenableFuture<com.metabroadcast.common.collect.OptionalMap<Id,EquivalenceGraph>> |
EquivalenceGraphStore.resolveIds(Iterable<Id> ids) |
| Modifier and Type | Method and Description |
|---|---|
static EquivalenceGraphUpdate.Builder |
EquivalenceGraphUpdate.builder(EquivalenceGraph updated)
Returns a
EquivalenceGraphUpdate.Builder for an EquivalenceGraphUpdate based on
the provided updated graph. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractEquivalenceGraphStore.doStore(com.google.common.collect.ImmutableSet<EquivalenceGraph> graphs) |
EquivalenceGraphUpdate.Builder |
EquivalenceGraphUpdate.Builder.withCreated(Iterable<EquivalenceGraph> created) |
| Constructor and Description |
|---|
EquivalenceGraphUpdate.Builder(EquivalenceGraph updated) |
EquivalenceGraphUpdate(EquivalenceGraph updated,
Iterable<EquivalenceGraph> created,
Iterable<Id> deleted) |
| Constructor and Description |
|---|
EquivalenceGraphUpdate(EquivalenceGraph updated,
Iterable<EquivalenceGraph> created,
Iterable<Id> deleted) |
| Constructor and Description |
|---|
EquivalenceGraphUpdateConfiguration.Builder(EquivalenceGraph updated) |
Copyright © 2014. All rights reserved.