| Package | Description |
|---|---|
| org.wildfly.discovery | |
| org.wildfly.discovery.impl | |
| org.wildfly.discovery.spi |
| Modifier and Type | Method and Description |
|---|---|
static FilterSpec |
FilterSpec.all(Collection<FilterSpec> specs)
Create a filter which matches all of the given sub-filters.
|
static FilterSpec |
FilterSpec.all(FilterSpec... specs)
Create a filter which matches all of the given sub-filters.
|
static FilterSpec |
FilterSpec.any(Collection<FilterSpec> specs)
Create a filter which matches any of the given sub-filters.
|
static FilterSpec |
FilterSpec.any(FilterSpec... specs)
Create a filter which matches any of the given sub-filters.
|
static FilterSpec |
FilterSpec.approx(String attribute,
String value)
Create a filter specification which approximately matches one attribute value.
|
static FilterSpec |
FilterSpec.equal(String attribute,
byte[] value)
Create a filter specification which matches one attribute value.
|
static FilterSpec |
FilterSpec.equal(String attribute,
String value)
Create a filter specification which matches one attribute value.
|
static FilterSpec |
FilterSpec.fromString(String string)
Create a new filter from a string.
|
static FilterSpec |
FilterSpec.greaterOrEqual(String attribute,
byte[] value)
Create a filter specification which matches when the given attribute's value is lexicographically greater than or
equal to the given value.
|
static FilterSpec |
FilterSpec.greaterOrEqual(String attribute,
String value)
Create a filter specification which matches when the given attribute's value is lexicographically greater than or
equal to the given value.
|
static FilterSpec |
FilterSpec.hasAttribute(String attribute)
Create a filter specification which matches when the given attribute is present.
|
static FilterSpec |
FilterSpec.lessOrEqual(String attribute,
byte[] value)
Create a filter specification which matches when the given attribute's value is lexicographically less than or
equal to the given value.
|
static FilterSpec |
FilterSpec.lessOrEqual(String attribute,
String value)
Create a filter specification which matches when the given attribute's value is lexicographically less than or
equal to the given value.
|
static FilterSpec |
FilterSpec.not(FilterSpec spec)
Create a filter which matches the inverse of the given filter.
|
static FilterSpec |
FilterSpec.substringMatch(String attribute,
String initialPart,
String finalPart)
Create a filter specification which matches a leading or trailing (or both) substring of one attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
static FilterSpec |
FilterSpec.all(FilterSpec... specs)
Create a filter which matches all of the given sub-filters.
|
static FilterSpec |
FilterSpec.any(FilterSpec... specs)
Create a filter which matches any of the given sub-filters.
|
ServicesQueue |
Discovery.discover(ServiceType serviceType,
FilterSpec filterSpec)
Perform a service discovery.
|
static FilterSpec |
FilterSpec.not(FilterSpec spec)
Create a filter which matches the inverse of the given filter.
|
boolean |
ServiceURL.satisfies(FilterSpec filterSpec)
Determine whether this service URL satisfies the given filter specification.
|
| Modifier and Type | Method and Description |
|---|---|
static FilterSpec |
FilterSpec.all(Collection<FilterSpec> specs)
Create a filter which matches all of the given sub-filters.
|
static FilterSpec |
FilterSpec.any(Collection<FilterSpec> specs)
Create a filter which matches any of the given sub-filters.
|
| Modifier and Type | Method and Description |
|---|---|
DiscoveryRequest |
LocalRegistryAndDiscoveryProvider.discover(ServiceType serviceType,
FilterSpec filterSpec,
DiscoveryResult result) |
DiscoveryRequest |
AggregateDiscoveryProvider.discover(ServiceType serviceType,
FilterSpec filterSpec,
DiscoveryResult result) |
DiscoveryRequest |
StaticDiscoveryProvider.discover(ServiceType serviceType,
FilterSpec filterSpec,
DiscoveryResult result) |
DiscoveryRequest |
MutableDiscoveryProvider.discover(ServiceType serviceType,
FilterSpec filterSpec,
DiscoveryResult result) |
| Modifier and Type | Method and Description |
|---|---|
void |
BlockingDiscoveryProvider.discover(ServiceType serviceType,
FilterSpec filterSpec,
DiscoveryResult result)
Attempt to discover implementations of a service synchronously.
|
DiscoveryRequest |
DiscoveryProvider.discover(ServiceType serviceType,
FilterSpec filterSpec,
DiscoveryResult result)
Attempt to discover implementations of a service.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.