public interface ILocalDRPC extends DistributedRPC.Iface, DistributedRPCInvocations.Iface, Shutdownable, AutoCloseable
| Modifier and Type | Method and Description | 
|---|---|
String | 
getServiceId()
Get the ID of the service. 
 | 
void | 
shutdown()
Deprecated. 
 
use  
AutoCloseable.close() instead | 
executefailRequest, failRequestV2, fetchRequest, resultcloseString getServiceId()
Get the ID of the service. This is used internally if multiple local DRPC clusters are in use at one time.
@Deprecated void shutdown()
AutoCloseable.close() insteadShutdown.
shutdown in interface ShutdownableCopyright © 2022 The Apache Software Foundation. All rights reserved.