Deprecated API


Contents
Deprecated Fields
com.splunk.ServiceArgs.app
          Use ServiceArgs.setApp(String) instead. 
com.splunk.ServiceArgs.host
          Use ServiceArgs.setHost(String) instead. 
com.splunk.ServiceArgs.owner
          Use ServiceArgs.setOwner(String) instead. 
com.splunk.ServiceArgs.port
          Use ServiceArgs.setPort(int) instead. 
com.splunk.ServiceArgs.scheme
          Use ServiceArgs.setScheme(String) instead. 
com.splunk.ServiceArgs.token
          Use ServiceArgs.setToken(String) instead. 
 

Deprecated Methods
com.splunk.Index.getCompressRawdata()
          Splunk always compresses raw data. 
com.splunk.SavedSearch.getDispatchRtBackfill()
          Use SavedSearch.getDispatchRealTimeBackfill() instead. 
com.splunk.Role.getImportedRtSearchJobsQuota()
          Use Role.getImportedRealTimeSearchJobsQuota() instead. 
com.splunk.UdpInput.getRcvBuf()
          This is not used anymore. No replacement. 
com.splunk.TcpSplunkInput.getRcvBuf()
          Returns the value of the _rcvbuf attribute for this cooked TCP input. 
com.splunk.TcpInput.getRcvBuf()
          Returns the value of the _rcvbuf attribute for this TCP input. 
com.splunk.ScriptInput.getRcvBuf()
          Returns the value of the _rcvbuf attribute for this scripted input. 
com.splunk.MonitorInput.getRcvBuf()
          Returns the value of the _rcvbuf attribute for this monitor input. 
com.splunk.Role.getRtSearchJobsQuota()
          Use Role.getRealTimeSearchJobsQuota() instead. 
com.splunk.Role.getSearchTimeWin()
          Use Role.getSearchTimeWindow() instead. 
com.splunk.EventType.getTags()
          Use tags.conf.spec file to assign tags to groups of events with related field values. Returns the list of tags for this event type. 
com.splunk.SavedSearch.setDispatchBuckets(String)
          Use SavedSearch.setDispatchBuckets(int) instead. 
com.splunk.SavedSearch.setRestartOnSearchpeerAdd(boolean)
          Use SavedSearch.setRestartOnSearchPeerAdd(boolean) instead.