| Package | Description |
|---|---|
| io.helixservice.core.component | |
| io.helixservice.core.feature | |
| io.helixservice.core.server |
| Modifier and Type | Field and Description |
|---|---|
static Component[] |
Component.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
<T extends Component> |
ComponentRegistry.findByType(String componentType)
Find a list of components by type name
|
<T extends Component> |
ComponentRegistry.findByType(String componentType,
T defaultValue)
Finds the a registered component by type name.
|
| Modifier and Type | Method and Description |
|---|---|
default Component[] |
Component.getContainedComponents()
Return list of components contained within this component.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.Multimap<String,Component> |
ComponentRegistry.getRegistrationMap()
Returns the full map of registered components by type name.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Component> |
AbstractFeature.findByType(String componentType)
Find a list of components by type name
|
<T extends Component> |
AbstractFeature.findByType(String componentType,
T defaultValue)
Finds the a registered component by type name.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.Multimap<String,Component> |
AbstractFeature.getRegistrationMap()
Returns a map of registered components owned by this feature
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractFeature.register(Component... componentArray)
Register component(s) created and owned by this feature
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Component> |
HelixServer.findByType(String componentType)
Find a list of components by type name
|
<T extends Component> |
HelixServer.findByType(String componentType,
T defaultValue)
Finds the a registered component by type name.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.Multimap<String,Component> |
HelixServer.getRegistrationMap()
Returns the full map of registered components by type name.
|
Copyright © 2016. All rights reserved.