Package | Description |
---|---|
org.apache.storm |
Modifier and Type | Field and Description |
---|---|
static String |
Config.BLOBSTORE_CLEANUP_ENABLE
Enable the blobstore cleaner.
|
static String |
Config.DISABLE_SYMLINKS
On some systems (windows for example) symlinks require special privileges that not everyone wants to grant a headless user.
|
static String |
Config.DRPC_AUTHORIZER_ACL_STRICT
Whether the DRPCSimpleAclAuthorizer should deny requests for operations involving functions that have no explicit ACL entry.
|
static String |
Config.DRPC_HTTPS_NEED_CLIENT_AUTH |
static String |
Config.DRPC_HTTPS_WANT_CLIENT_AUTH
Password to the truststore used by Storm DRPC setting up HTTPS (SSL).
|
static String |
Config.LOGVIEWER_HTTPS_NEED_CLIENT_AUTH |
static String |
Config.LOGVIEWER_HTTPS_WANT_CLIENT_AUTH
Password to the truststore used by Storm Logviewer setting up HTTPS (SSL).
|
static String |
Config.SCHEDULER_DISPLAY_RESOURCE
Whether we want to display all the resource capacity and scheduled usage on the UI page.
|
static String |
Config.STORM_BLOBSTORE_ACL_VALIDATION_ENABLED
For secure mode we would want to turn on this config By default this is turned off assuming the default is insecure
|
static String |
Config.STORM_LOCAL_MODE_ZMQ
Whether or not to use ZeroMQ for messaging in local mode.
|
static String |
Config.STORM_MESSAGING_NETTY_AUTHENTICATION
Netty based messaging: Is authentication required for Netty messaging from client worker process to server worker process.
|
static String |
Config.STORM_NIMBUS_ZOOKEEPER_ACLS_CHECK
In nimbus on startup check if all of the zookeeper ACLs are correct before starting.
|
static String |
Config.STORM_NIMBUS_ZOOKEEPER_ACLS_FIXUP
In nimbus on startup check if all of the zookeeper ACLs are correct before starting.
|
static String |
Config.SUPERVISOR_ENABLE
Whether or not the supervisor should launch workers assigned to it.
|
static String |
Config.SUPERVISOR_RUN_WORKER_AS_USER
Should the supervior try to run the worker as the lauching user or not.
|
static String |
Config.TOPOLOGY_BACKPRESSURE_ENABLE
Whether to enable backpressure in for a certain topology
|
static String |
Config.TOPOLOGY_BOLTS_OUTGOING_OVERFLOW_BUFFER_ENABLE |
static String |
Config.TOPOLOGY_DEBUG
When set to true, Storm will log every message that’s emitted.
|
static String |
Config.TOPOLOGY_DISABLE_LOADAWARE_MESSAGING
Disable load aware grouping support.
|
static String |
Config.TOPOLOGY_ENABLE_MESSAGE_TIMEOUTS
True if Storm should timeout messages or not.
|
static String |
Config.TOPOLOGY_FALL_BACK_ON_JAVA_SERIALIZATION
Whether or not to use Java serialization in a topology.
|
static String |
Config.TOPOLOGY_SKIP_MISSING_KRYO_REGISTRATIONS
Whether or not Storm should skip the loading of kryo registrations for which it does not know the class or have the serializer implementation.
|
static String |
Config.TOPOLOGY_TESTING_ALWAYS_TRY_SERIALIZE
Try to serialize all tuples, even for local transfers.
|
static String |
Config.UI_HTTPS_NEED_CLIENT_AUTH |
static String |
Config.UI_HTTPS_WANT_CLIENT_AUTH
Password to the truststore used by Storm DRPC setting up HTTPS (SSL).
|
static String |
Config.WORKER_PROFILER_ENABLED
Enable profiling of worker JVMs using Oracle’s Java Flight Recorder.
|
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.