| Package | Description |
|---|---|
| com.subgraph.orchid | |
| com.subgraph.orchid.circuits.guards | |
| com.subgraph.orchid.directory |
| Modifier and Type | Method and Description |
|---|---|
GuardEntry |
Directory.createGuardEntryFor(Router router) |
| Modifier and Type | Method and Description |
|---|---|
List<GuardEntry> |
Directory.getGuardEntries() |
| Modifier and Type | Method and Description |
|---|---|
void |
Directory.addGuardEntry(GuardEntry entry) |
void |
Directory.removeGuardEntry(GuardEntry entry) |
| Constructor and Description |
|---|
GuardProbeTask(ConnectionCache connectionCache,
EntryGuards entryGuards,
GuardEntry entry) |
| Modifier and Type | Class and Description |
|---|---|
class |
GuardEntryImpl |
| Modifier and Type | Method and Description |
|---|---|
GuardEntry |
StateFile.createGuardEntryFor(Router router) |
GuardEntry |
DirectoryImpl.createGuardEntryFor(Router router) |
| Modifier and Type | Method and Description |
|---|---|
List<GuardEntry> |
StateFile.getGuardEntries() |
List<GuardEntry> |
DirectoryImpl.getGuardEntries() |
| Modifier and Type | Method and Description |
|---|---|
void |
StateFile.addGuardEntry(GuardEntry entry) |
void |
DirectoryImpl.addGuardEntry(GuardEntry entry) |
void |
StateFile.removeGuardEntry(GuardEntry entry) |
void |
DirectoryImpl.removeGuardEntry(GuardEntry entry) |
Copyright © 2015. All rights reserved.