public class OdiPhysicalExtRtEngine extends OdiPhysicalAgent
| Constructor and Description | 
|---|
OdiPhysicalExtRtEngine(java.lang.String pExtRtEngineName)
Construct a new  
OdiPhysicalExtRtEngine with the given name. | 
| Modifier and Type | Method and Description | 
|---|---|
OdiHadoopDataServer | 
getDataServer()
Obtains the  
OdiHadoopDataServer for this OdiPhysicalExtRtEngine. | 
java.lang.String | 
getHadoopLogLifespan()
Obtains the length of time the Oozie job might be scheduled
 where 2h means 2 hour period and m, d, y can be used for minute, day and year units. 
 | 
java.lang.String | 
getHadoopLogPollFrequency()
Obtains the log poll frequency that the audit will be polled from 
 an Hadoop system for this  
OdiPhysicalExtRtEngine 
 where 5m means 5 minutes and h, d, y can be used for hour, day and year units. | 
java.lang.String | 
getHadoopLogSchedFrequency()
Obtains the frequency that the audit will be scheduled as an Oozie Job 
 where 14d means 14 days and m, h, y can be used for minute, hour, and year units. 
 | 
java.lang.Number | 
getPhysicalExtRtEngineId()
This  
OdiPhysicalExtRtEngine ID. | 
void | 
setDataServer(OdiHadoopDataServer pDataServer)
Specifies the data server for this  
OdiPhysicalExtRtEngine. | 
void | 
setHadoopLogLifespan(java.lang.String hadoopLogLifespan)
Defines the length of time the Oozie job might be scheduled
 where 2h means 2 hour period and m, d, y can be used for minute, day and year units. 
 | 
void | 
setHadoopLogPollFrequency(java.lang.String hadoopLogPollFrequency)
Defines the frequency that the audit will be polled from 
 an Hadoop system for this  
OdiPhysicalExtRtEngine 
 where 5m means 5 minutes and h, d, y can be used for hour, day, year units. | 
void | 
setHadoopLogSchedFrequency(java.lang.String hadoopLogSchedFrequency)
Defines the frequency that the audit will be scheduled as an Oozie Job 
 where 14d means 14 days and m, h, y can be used for minute, hour, and year units. 
 | 
addLoadBalancingAgent, getApplicationName, getEngineType, getHostName, getHostPort, getInternalId, getLoadBalancingAgents, getMasterAgents, getMaxCachedSessionBlueprintCount, getMaxCachedSessionBlueprintIdleTime, getMaxConcurrentSessionCount, getMaxConcurrentThreadCount, getMaxThreadPerSessionCount, getName, getPhysicalAgentId, getProtocol, getURLString, isLoadBalancingEnabled, removeLoadBalancingAgent, setApplicationName, setHostName, setHostPort, setMaxCachedSessionBlueprintCount, setMaxCachedSessionBlueprintIdleTime, setMaxConcurrentSessionCount, setMaxConcurrentThreadCount, setMaxThreadPerSessionCount, setName, setProtocol, shouldExecuteSessionsgetFirstDate, getFirstUser, getInternalVersion, getLastDate, getLastUser, isInstanceLevelSecurityNeeded, isNew, preCommit, toStringequals, getBigNumericId, getGlobalId, getNumericId, getParent, hashCodegetFirstDate, getFirstUser, getLastDate, getLastUser, isInstanceLevelSecurityNeededgetGlobalId, getParentpublic OdiPhysicalExtRtEngine(java.lang.String pExtRtEngineName)
OdiPhysicalExtRtEngine with the given name.pExtRtEngineName - the external runtime engine namepublic java.lang.Number getPhysicalExtRtEngineId()
OdiPhysicalExtRtEngine ID.public void setDataServer(OdiHadoopDataServer pDataServer)
OdiPhysicalExtRtEngine.pDataServer - the data server to setpublic OdiHadoopDataServer getDataServer()
OdiHadoopDataServer for this OdiPhysicalExtRtEngine.OdiHadoopDataServerpublic java.lang.String getHadoopLogLifespan()
public void setHadoopLogLifespan(java.lang.String hadoopLogLifespan)
hadoopLogLifespan - the hadoopLogLifespan to setpublic java.lang.String getHadoopLogPollFrequency()
OdiPhysicalExtRtEngine 
 where 5m means 5 minutes and h, d, y can be used for hour, day and year units.public void setHadoopLogPollFrequency(java.lang.String hadoopLogPollFrequency)
OdiPhysicalExtRtEngine 
 where 5m means 5 minutes and h, d, y can be used for hour, day, year units.hadoopLogPollFrequency - public java.lang.String getHadoopLogSchedFrequency()
public void setHadoopLogSchedFrequency(java.lang.String hadoopLogSchedFrequency)
hadoopLogSchedFrequency -