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 |
execute
failRequest, failRequestV2, fetchRequest, result
close
String 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 Shutdownable
Copyright © 2022 The Apache Software Foundation. All rights reserved.