Interface RntbdEndpoint.Provider
-
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
RntbdServiceEndpoint.Provider
- Enclosing interface:
- RntbdEndpoint
public static interface RntbdEndpoint.Provider extends AutoCloseable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()RntbdEndpoint.Configconfig()intcount()intevictions()RntbdEndpointget(URI physicalAddress)Stream<RntbdEndpoint>list()
-
-
-
Method Detail
-
close
void close()
- Specified by:
closein interfaceAutoCloseable
-
config
RntbdEndpoint.Config config()
-
count
int count()
-
evictions
int evictions()
-
get
RntbdEndpoint get(URI physicalAddress)
-
list
Stream<RntbdEndpoint> list()
-
-