|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Resource | |
---|---|
com.splunk |
Uses of Resource in com.splunk |
---|
Classes in com.splunk with type parameters of type Resource | |
---|---|
class |
ResourceCollection<T extends Resource>
The ResourceCollection abstract base class represents a collection of
Splunk resources. |
Subclasses of Resource in com.splunk | |
---|---|
class |
Application
The Application class represents a locally-installed Splunk app. |
class |
ApplicationArchive
The ApplicationArchive class represents an archive of a Splunk app. |
class |
ApplicationSetup
The ApplicationSetup class represents the setup information for a
Splunk app. |
class |
ApplicationUpdate
The ApplicationUpdate class represents information for an update
to a locally-installed Splunk app. |
class |
ConfCollection
The ConfCollection class represents a collection of configuration
files. |
class |
DataModel
DataModel represents a data model on the server. |
class |
DataModelCollection
|
class |
DeploymentClient
The DeploymentClient class represents a Splunk deployment client,
providing access to deployment client configuration and status. |
class |
DeploymentServer
The DeploymentServer class represents a Splunk deployment server,
and provides access to the configurations of all deployment servers. |
class |
DeploymentServerClass
The DeploymentServerClass class represents a Splunk deployment server
class, providing access to the configuration of a server class. |
class |
DeploymentTenant
The DeploymentTenant class represents a Splunk deployment tenant, and
provides access to the multi-tenants configuration for this Splunk instance. |
class |
DistributedConfiguration
The DistributedConfiguration class represents a Splunk distributed
search configuration, providing access to Splunk's distributed search
options. |
class |
DistributedPeer
The DistributedPeer class represents a Splunk distributed peer,
providing distributed peer server management. |
class |
Entity
The Entity class represents a Splunk entity. |
class |
EntityCollection<T extends Entity>
The EntityCollection class represents a collection of Splunk
entities. |
class |
EventType
The EventType class represents an event type. |
class |
EventTypeCollection
The EventTypeCollection class represents a collection of event types. |
class |
FiredAlert
The FiredAlert class represents a fired alert. |
class |
FiredAlertGroup
The FiredAlertGroup class represents a group of fired alerts, which
are the alerts for a given saved search. |
class |
FiredAlertGroupCollection
The FiredAlertGroupCollection class represents a collection of fired
alert groups. |
class |
Index
The Index class represents an index. |
class |
IndexCollection
The IndexCollection class represents a collection of indexes. |
class |
Input
The Input class represents a data input. |
class |
InputCollection
The InputCollection class represents a collection of inputs. |
class |
Job
The Job class represents a job, which is an individual
instance of a running or completed search or report, along with its related
output. |
class |
JobCollection
The JobCollection class represents a collection of jobs. |
class |
License
The License class represents a license, providing access to the
licenses for this Splunk instance. |
class |
LicenseGroup
The LicenseGroup class represents a license group, which is a
collection of one or more license stacks. |
class |
LicenseMessage
The LicenseMessage class represents a license message. |
class |
LicensePool
The LicensePool class represents a license pool, which is made up
of a single license master and zero or more license slave instances of Splunk
that are configured to use the licensing volume from a set license or license
stack. |
class |
LicensePoolCollection
The LicensePoolCollection class represents a collection of license
pools. |
class |
LicenseSlave
The LicenseSlave class represents a license slave, which is a member
of one or more license pools. |
class |
LicenseStack
The LicenseStack class represents a license stack, which is
a collection of licenses of the same type. |
class |
Logger
The Logger class represents a specific Splunkd logging category. |
class |
Message
The Message class represents a message. |
class |
MessageCollection
The MessageCollection class represents a collection of messages,
providing access to Splunk system messages. |
class |
ModularInputKind
The ModularInputKind class represents a particular modular input. |
class |
MonitorInput
The MonitorInput class represents a monitor input, which is a file,
directory, script, or network port that is monitored for new data. |
class |
OutputDefault
The OutputDefault class represents the default TCP output
configuration, providing access to global TCP output properties. |
class |
OutputGroup
The OutputGroup class represents an output group, providing
access to the configuration of a group of one or more data-forwarding
destinations. |
class |
OutputServer
The OutputServer class represents an output server, providing access
to data-forwarding configurations. |
class |
OutputServerAllConnections
The OutputServerAllConnections class represents all the connections
of an output server. |
class |
OutputSyslog
The OutputSyslog class represents a syslog output, providing access
to properties of a forwarding server that provides data in standard syslog
format. |
class |
Password
The Password class represents a saved credential. |
class |
PasswordCollection
The PasswordCollection class represents a collection of credentials. |
class |
ResourceCollection<T extends Resource>
The ResourceCollection abstract base class represents a collection of
Splunk resources. |
class |
Role
The Role class represents a Splunk role, which is a collection of
permissions and capabilities. |
class |
SavedSearch
The SavedSearch class represents a saved search. |
class |
SavedSearchCollection
The SavedSearchCollection class represents a collection of saved
searches. |
class |
ScriptInput
The ScriptInput class represents a scripted data input. |
class |
ServiceInfo
The ServiceInfo class contains information about a running Splunk
Service instance (Splunkd). |
class |
Settings
The Settings class represents configuration information for an
instance of Splunk. |
class |
TcpConnections
The TcpConnections class represents a raw or cooked TCP connection. |
class |
TcpInput
The TcpInput class represents a raw TCP data input. |
class |
TcpSplunkInput
The TcpSplunkInput class represents a Splunk-processed "cooked" TCP
data input. |
class |
UdpConnections
The UdpConnections class represents a UDP connection. |
class |
UdpInput
The UdpInput class represents a UDP data input. |
class |
Upload
The Upload class represents an in-progress oneshot upload. |
class |
User
The User class represents a Splunk user who is registered on the
current Splunk server. |
class |
UserCollection
The UserCollection class represents a collection of Splunk users who
are registered on the current Splunk server. |
class |
WindowsActiveDirectoryInput
The WindowsActiveDirectoryInput class represents a Windows Active
Directory data input. |
class |
WindowsEventLogInput
The WindowsEventLogInput class represents a Windows Event Log data
input. |
class |
WindowsPerfmonInput
The WindowsPerfmonInput class represents a Windows Performance
Monitor (Perfmon) data input. |
class |
WindowsRegistryInput
The WindowsRegistryInput class represents a Windows Registry data
input. |
class |
WindowsWmiInput
The WindowsWmiInput class represents a Windows Management
Instrumentation (WMI) data input. |
Methods in com.splunk that return Resource | |
---|---|
Resource |
Resource.invalidate()
Marks the local state of this resource as no longer current. |
abstract Resource |
Resource.refresh()
Refreshes the local state of this resource. |
Resource |
Resource.validate()
Ensures that the local state of the resource is current, calling refresh if necessary. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |