Class IamServerRpcCommonUtils

java.lang.Object
com.mapr.baseutils.iamserverutils.IamServerRpcCommonUtils

public class IamServerRpcCommonUtils extends Object
  • Method Details

    • getInstance

      public static IamServerRpcCommonUtils getInstance()
    • getInstance

      public static IamServerRpcCommonUtils getInstance(int listenPort)
    • getIamServerLocations

      public void getIamServerLocations() throws Exception
      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