Modifier and Type | Method and Description |
---|---|
abstract ServiceEndpoint |
ServiceEndpoint.Builder.build() |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Supplier<List<ServiceEndpoint>> |
ServiceCatalogModule.provideServiceCatalog(com.google.inject.Injector i,
String keystoneVersion) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Predicate<ServiceEndpoint> |
PublicURLOrInternal.filter() |
protected com.google.common.base.Predicate<ServiceEndpoint> |
InternalURL.filter() |
protected abstract com.google.common.base.Predicate<ServiceEndpoint> |
BaseEndpointResolutionStrategy.filter() |
protected com.google.common.base.Predicate<ServiceEndpoint> |
AdminURL.filter() |
protected static com.google.common.base.Predicate<ServiceEndpoint> |
BaseEndpointResolutionStrategy.withIface(ServiceEndpoint.Interface iface) |
Modifier and Type | Method and Description |
---|---|
String |
ReturnRegionOrProvider.apply(ServiceEndpoint input) |
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Supplier<URI> |
PublicURLOrInternal.apply(Collection<ServiceEndpoint> input) |
com.google.common.base.Supplier<URI> |
BaseEndpointResolutionStrategy.apply(Collection<ServiceEndpoint> input) |
Modifier and Type | Field and Description |
---|---|
protected com.google.common.base.Supplier<List<ServiceEndpoint>> |
LocationIdToURIFromServiceEndpointsForTypeAndVersion.serviceEndpoints |
Constructor and Description |
---|
RegionIdToAdminURIFromServiceEndpointsForTypeAndVersion(com.google.common.base.Supplier<List<ServiceEndpoint>> serviceEndpoints,
AdminEndpointResolutionStrategy resolveServiceEndpointURI,
ServiceEndpointToRegion serviceEndpointToRegion,
String apiType,
String apiVersion) |
RegionIdToURIFromServiceEndpointsForTypeAndVersion(com.google.common.base.Supplier<List<ServiceEndpoint>> serviceEndpoints,
ServiceEndpointResolutionStrategy resolveServiceEndpointURI,
ServiceEndpointToRegion serviceEndpointToRegion,
String apiType,
String apiVersion) |
Modifier and Type | Method and Description |
---|---|
List<ServiceEndpoint> |
V2ServiceCatalog.get() |
Modifier and Type | Method and Description |
---|---|
List<ServiceEndpoint> |
V3ServiceCatalog.get() |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.