public interface ServiceLookup<S extends Remote>
Modifier and Type | Method and Description |
---|---|
S |
getService(UUID serviceId)
Return the remote interface used to perform HA operations on a member of
quorum.
|
S getService(UUID serviceId)
serviceId
- The UUID
associated with the service.IllegalArgumentException
- if the argument is null
QuorumException
- if there is no Quorum
member with that
serviceId.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.