Class ServerGremlinExecutor

    • Field Detail

      • channelsTotalGauge

        public final com.codahale.metrics.Gauge channelsTotalGauge
        The total number of channels.
      • channelsPausedGauge

        public final com.codahale.metrics.Gauge channelsPausedGauge
        The total number of paused channels.
    • Method Detail

      • addHostOption

        public void addHostOption​(String key,
                                  Object value)
      • removeHostOption

        public Object removeHostOption​(String key)
      • clearHostOptions

        public void clearHostOptions()
      • getGremlinExecutorService

        public ExecutorService getGremlinExecutorService()
      • getSettings

        public Settings getSettings()
      • getChannels

        public io.netty.channel.group.DefaultChannelGroup getChannels()
        Gets all open channels (excluding the ServerSocketChannel).
      • getPausedChannelCount

        public long getPausedChannelCount()
        Gets the number of open channels currently in a paused state that are not writeable.
      • getChannelCount

        public long getChannelCount()
        Gets the number of open channels.