Class GatewayNative


  • public class GatewayNative
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      GatewayNative()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int getNextWork​(long workHandle)  
      static void startGatewayJNI​(int numThreads, int memMb, int replicatorPort, int mfsPortOffset, int numClientThreads, int logSizeInMb, java.lang.String hostName, java.lang.String logFilePath, java.lang.String logLevel, java.lang.String configFilePath, long marlinLcTopicRefreshIntervalMs, long marlinLcStatsUpdateIntervalMs, int marlinLcPercentageTopicIncrease, long marlinLcWaitUpperBoundMs)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GatewayNative

        public GatewayNative()
    • Method Detail

      • startGatewayJNI

        public static void startGatewayJNI​(int numThreads,
                                           int memMb,
                                           int replicatorPort,
                                           int mfsPortOffset,
                                           int numClientThreads,
                                           int logSizeInMb,
                                           java.lang.String hostName,
                                           java.lang.String logFilePath,
                                           java.lang.String logLevel,
                                           java.lang.String configFilePath,
                                           long marlinLcTopicRefreshIntervalMs,
                                           long marlinLcStatsUpdateIntervalMs,
                                           int marlinLcPercentageTopicIncrease,
                                           long marlinLcWaitUpperBoundMs)
      • getNextWork

        public static int getNextWork​(long workHandle)