|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.splunk.Resource
com.splunk.Entity
com.splunk.Input
com.splunk.TcpInput
public class TcpInput
The TcpInput
class represents a TCP raw input. This differs from a TCP
cooked input in that this TCP input is in raw form, and is not processed
(or "cooked").
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface java.util.Map |
---|
java.util.Map.Entry<K,V> |
Field Summary |
---|
Fields inherited from class com.splunk.Resource |
---|
actions, path, service, title |
Method Summary | |
---|---|
java.lang.String |
getConnectionHost()
Returns the style of host connection. |
java.lang.String |
getGroup()
Returns the group of this TCP input. |
java.lang.String |
getHost()
Returns the source host of this TCP input where this indexer gets its data. |
java.lang.String |
getIndex()
Returns the index name of this TCP input. |
InputKind |
getKind()
Returns the input type of this TCP input. |
java.lang.String |
getQueue()
Returns the queue for this TCP input. |
int |
getRcvBuf()
Returns the value of the _rcvbuf attribute for this TCP input. |
java.lang.String |
getRestrictToHost()
Returns the incoming host restriction for this TCP input. |
java.lang.String |
getSource()
Returns the initial source key for this TCP input. |
java.lang.String |
getSourceType()
Returns the event source type for this TCP input. |
boolean |
getSSL()
Indicates whether this TCP input is using SSL. |
Methods inherited from class com.splunk.Entity |
---|
actionPath, clear, containsKey, containsValue, disable, enable, entrySet, get, getMetadata, isDisabled, isEmpty, keySet, put, putAll, refresh, reload, remove, remove, size, update, validate, values |
Methods inherited from class com.splunk.Resource |
---|
getActions, getName, getPath, getService, getTitle, invalidate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Map |
---|
equals, hashCode |
Method Detail |
---|
public java.lang.String getConnectionHost()
ip
, dns
, and none
.
null
if not specified.public java.lang.String getGroup()
public java.lang.String getHost()
null
if not specified.public java.lang.String getIndex()
null
if not specified.public InputKind getKind()
getKind
in class Input
InputKind
public java.lang.String getQueue()
parsingQueue
and
indexQueue
.
null
if not specified.public int getRcvBuf()
_rcvbuf
attribute for this TCP input.
_rcvbuf
value.public java.lang.String getRestrictToHost()
null
if not specified.public java.lang.String getSource()
null
if not specified.public java.lang.String getSourceType()
null
if not specified.public boolean getSSL()
true
if this TCP input is using SSL, false
if not.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |