Uses of Class
com.splunk.modularinput.Scheme.StreamingMode

Packages that use Scheme.StreamingMode
com.splunk.modularinput   
 

Uses of Scheme.StreamingMode in com.splunk.modularinput
 

Methods in com.splunk.modularinput that return Scheme.StreamingMode
 Scheme.StreamingMode Scheme.getStreamingMode()
          Returns whether this modular input kind will send events to Splunk as XML (the default and preferred value) or plain text.
static Scheme.StreamingMode Scheme.StreamingMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Scheme.StreamingMode[] Scheme.StreamingMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.splunk.modularinput with parameters of type Scheme.StreamingMode
 void Scheme.setStreamingMode(Scheme.StreamingMode streamingMode)
          Specifies whether this modular input kind will send events to Splunk as XML (the default and preferred value) or plain text.