public static interface HttpPlugin.Options
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_HTTPD_PORT
The default http service port is
-1 , which means
performance counter reporting is disabled by default. |
static String |
HTTPD_PORT
Integer option specifies the port on which an httpd service will be
started that exposes the
CounterSet for the client (default
"-1"). |
static final String HTTPD_PORT
CounterSet
for the client (default
"-1"). When ZERO (0), a random port will be
used and the actual port selected may be discovered using
Journal#getHttpdURL()
. The httpd service may be disabled by
specifying -1
as the port.static final String DEFAULT_HTTPD_PORT
-1
, which means
performance counter reporting is disabled by default.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.