Uses of Class
org.apache.iotdb.service.rpc.thrift.IClientRPCService.deleteStorageGroups_args
-
Packages that use IClientRPCService.deleteStorageGroups_args Package Description org.apache.iotdb.service.rpc.thrift -
-
Uses of IClientRPCService.deleteStorageGroups_args in org.apache.iotdb.service.rpc.thrift
Methods in org.apache.iotdb.service.rpc.thrift that return IClientRPCService.deleteStorageGroups_args Modifier and Type Method Description IClientRPCService.deleteStorageGroups_argsIClientRPCService.deleteStorageGroups_args. deepCopy()IClientRPCService.deleteStorageGroups_argsIClientRPCService.AsyncProcessor.deleteStorageGroups. getEmptyArgsInstance()IClientRPCService.deleteStorageGroups_argsIClientRPCService.Processor.deleteStorageGroups. getEmptyArgsInstance()IClientRPCService.deleteStorageGroups_argsIClientRPCService.deleteStorageGroups_args. setSessionId(long sessionId)IClientRPCService.deleteStorageGroups_argsIClientRPCService.deleteStorageGroups_args. setStorageGroup(List<String> storageGroup)Methods in org.apache.iotdb.service.rpc.thrift with parameters of type IClientRPCService.deleteStorageGroups_args Modifier and Type Method Description intIClientRPCService.deleteStorageGroups_args. compareTo(IClientRPCService.deleteStorageGroups_args other)booleanIClientRPCService.deleteStorageGroups_args. equals(IClientRPCService.deleteStorageGroups_args that)IClientRPCService.deleteStorageGroups_resultIClientRPCService.Processor.deleteStorageGroups. getResult(I iface, IClientRPCService.deleteStorageGroups_args args)voidIClientRPCService.AsyncProcessor.deleteStorageGroups. start(I iface, IClientRPCService.deleteStorageGroups_args args, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)Constructors in org.apache.iotdb.service.rpc.thrift with parameters of type IClientRPCService.deleteStorageGroups_args Constructor Description deleteStorageGroups_args(IClientRPCService.deleteStorageGroups_args other)Performs a deep copy on other.
-