Class IamServerRpcCommonUtils
java.lang.Object
com.mapr.baseutils.iamserverutils.IamServerRpcCommonUtils
-
Method Summary
Modifier and TypeMethodDescriptionvoidstatic IamServerRpcCommonUtilsstatic IamServerRpcCommonUtilsgetInstance(int listenPort) byte[]sendRequestToIamServer(int procedureId, com.google.protobuf.MessageLite request, Class<? extends com.google.protobuf.MessageLite> responseClass) byte[]sendRequestToIamServer(String clusterName, int procedureId, com.google.protobuf.MessageLite request, Class<? extends com.google.protobuf.MessageLite> responseClass)
-
Method Details
-
getInstance
-
getInstance
-
getIamServerLocations
- Throws:
Exception
-
sendRequestToIamServer
public byte[] sendRequestToIamServer(int procedureId, com.google.protobuf.MessageLite request, Class<? extends com.google.protobuf.MessageLite> responseClass) throws Exception - Throws:
Exception
-
sendRequestToIamServer
public byte[] sendRequestToIamServer(String clusterName, int procedureId, com.google.protobuf.MessageLite request, Class<? extends com.google.protobuf.MessageLite> responseClass) throws Exception - Throws:
Exception
-