@Beta public interface MountPoint extends org.opendaylight.yangtools.concepts.Identifiable<InstanceIdentifier<?>>
Modifier and Type | Method and Description |
---|---|
<T extends BindingService> |
getService(Class<T> service)
Based on given service class, it returns binding service (from cache).
|
<T extends BindingService> Optional<T> getService(Class<T> service)
T
- service typeservice
- service classCopyright © 2019 OpenDaylight. All rights reserved.