| Package | Description |
|---|---|
| org.apache.sling.discovery |
Provides a service to interface which may be implemented by applications
to get notified on cluster topology changes.
|
| org.apache.sling.discovery.base.commons |
Provides some common classes for discovery implementors that
choose to extend from discovery.base
|
| org.apache.sling.discovery.commons |
Provides commons utility for users for the Discovery API.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<InstanceDescription> |
TopologyView.findInstances(InstanceFilter filter)
Searches through this topology and picks those accepted by the provided
InstanceFilter - and returns them without any particular order |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<InstanceDescription> |
DefaultTopologyView.findInstances(InstanceFilter picker) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull InstancesDiff.InstanceCollection |
InstancesDiff.InstanceCollection.filterWith(@Nullable InstanceFilter filter)
Filter the instances with a custom
InstanceFilter filter. |
Copyright © 2022 The Apache Software Foundation. All rights reserved.