Package org.apache.storm
Interface ILocalDRPC
- All Superinterfaces:
- AutoCloseable,- DistributedRPC.Iface,- DistributedRPCInvocations.Iface,- Shutdownable
- All Known Implementing Classes:
- LocalDRPC
public interface ILocalDRPC
extends DistributedRPC.Iface, DistributedRPCInvocations.Iface, Shutdownable, AutoCloseable
- 
Method SummaryMethods inherited from interface java.lang.AutoCloseablecloseMethods inherited from interface org.apache.storm.generated.DistributedRPC.IfaceexecuteMethods inherited from interface org.apache.storm.generated.DistributedRPCInvocations.IfacefailRequest, failRequestV2, fetchRequest, result
- 
Method Details- 
getServiceIdString getServiceId()Get the ID of the service. This is used internally if multiple local DRPC clusters are in use at one time.
- 
shutdownDeprecated.useAutoCloseable.close()insteadShutdown.- Specified by:
- shutdownin interface- Shutdownable
 
 
- 
AutoCloseable.close()instead