|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.splunk.Resource com.splunk.Entity com.splunk.ServiceInfo
public class ServiceInfo
The ServiceInfo
class contains information about a running Splunk
Service
instance (Splunkd).
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.Entity |
---|
content, toUpdate |
Fields inherited from class com.splunk.Resource |
---|
actions, path, refreshArgs, service, title |
Method Summary | |
---|---|
int |
getBuild()
Returns the build number of this Splunk instance. |
java.lang.String |
getCpuArch()
Returns the CPU architecture of this Splunk instance. |
java.lang.String |
getGuid()
Returns a GUID identifying this Splunk instance. |
java.lang.String[] |
getLicenseKeys()
Returns an array of the license keys for this Splunk instance. |
java.lang.String[] |
getLicenseLabels()
Returns an array of the service's license labels. |
java.lang.String |
getLicenseSignature()
Returns the license signature for this Splunk instance. |
java.lang.String |
getLicenseState()
Returns the current license state of this Splunk instance. |
java.lang.String |
getMasterGuid()
Returns a GUID identifying the license master for this Splunk instance. |
java.lang.String |
getMode()
Returns the current mode of this Splunk instance. |
java.lang.String |
getOsBuild()
Returns the OS build of this Splunk instance. |
java.lang.String |
getOsName()
Returns the service's OS name (type). |
java.lang.String |
getOsVersion()
Returns the OS version of this Splunk instance. |
java.lang.String |
getServerName()
Returns the server name of this Splunk instance. |
java.lang.String |
getVersion()
Returns the version number of this Splunk instance. |
boolean |
isFree()
Indicates whether this Splunk instance is running under a free license. |
boolean |
isRtSearchEnabled()
Indicates whether real-time search is enabled for the service. |
boolean |
isTrial()
Indicates whether this Splunk instance is running under a trial license. |
Methods inherited from class com.splunk.Entity |
---|
actionPath, clear, containsKey, containsValue, disable, enable, entrySet, get, getContent, getMetadata, isDisabled, isEmpty, isNameChangeAllowed, keySet, put, putAll, refresh, remove, remove, size, update, update, validate, values |
Methods inherited from class com.splunk.Resource |
---|
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 int getBuild()
public java.lang.String getCpuArch()
public java.lang.String getGuid()
public java.lang.String[] getLicenseLabels()
public java.lang.String[] getLicenseKeys()
public java.lang.String getLicenseSignature()
public java.lang.String getLicenseState()
public java.lang.String getMasterGuid()
public java.lang.String getMode()
public java.lang.String getOsBuild()
public java.lang.String getOsName()
public java.lang.String getOsVersion()
public java.lang.String getServerName()
public java.lang.String getVersion()
public boolean isFree()
true
if the current license is a free license,
false
if not.public boolean isRtSearchEnabled()
true
if real-time search is enabled, false
if
not.public boolean isTrial()
true
if the current license is a trial license,
false
if not.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |