|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CommandContext
Context information for the currently executing command. Can be used as an argument to UDFs.
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,DataPolicy> |
getAllowedDataPolicies()
Get the user's data policies, never null |
java.io.Serializable |
getCommandPayload()
Get the current command payload |
java.lang.String |
getConnectionID()
Get the connection id |
java.util.Properties |
getEnvironmentProperties()
Deprecated. |
double |
getNextRand()
Get the next random double value |
double |
getNextRand(long seed)
Sets the seed value and returns the next random double value. |
int |
getProcessorBatchSize()
Get the processor batch size set on the BufferManager |
java.lang.String |
getRequestId()
Get the current request id |
java.util.TimeZone |
getServerTimeZone()
Get the server TimeZone |
Session |
getSession()
Get the current session |
javax.security.auth.Subject |
getSubject()
Get the current subject |
java.lang.String |
getUserName()
Get the current user name |
VDB |
getVdb()
Get the current vdb |
java.lang.String |
getVdbName()
Get the current vdb name |
int |
getVdbVersion()
Get the current vdb version |
| Method Detail |
|---|
java.lang.String getUserName()
java.lang.String getVdbName()
int getVdbVersion()
java.lang.String getConnectionID()
java.util.Properties getEnvironmentProperties()
double getNextRand()
double getNextRand(long seed)
getNextRand() will be based upon the seed value.
seed -
int getProcessorBatchSize()
java.util.TimeZone getServerTimeZone()
TimeZone
javax.security.auth.Subject getSubject()
Session getSession()
java.io.Serializable getCommandPayload()
java.lang.String getRequestId()
java.util.Map<java.lang.String,DataPolicy> getAllowedDataPolicies()
VDB getVdb()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||