public interface ExecutorFragmentContext extends RootFragmentContext
FragmentExecutor
.FragmentContext.ExecutorState
INJECTABLE_GETTER_METHODS
Modifier and Type | Method and Description |
---|---|
Collection<CoordinationProtos.DrillbitEndpoint> |
getBits() |
ClusterCoordinator |
getClusterCoordinator() |
CoordinationProtos.DrillbitEndpoint |
getEndpoint() |
CoordinationProtos.DrillbitEndpoint |
getForemanEndpoint() |
OperatorCreatorRegistry |
getOperatorCreatorRegistry() |
PhysicalPlanReader |
getPlanReader() |
QueryProfileStoreContext |
getProfileStoreContext() |
BufferAllocator |
getRootAllocator()
Returns the root allocator for the Drillbit.
|
Set<Map.Entry<UserServer.BitToUserConnection,UserServer.BitToUserConnectionConfig>> |
getUserConnections() |
WorkEventBus |
getWorkEventBus() |
boolean |
isUserAuthenticationEnabled() |
void |
setBuffers(IncomingBuffers buffers) |
getStats, setExecutorState
getBuffers, getController, getDataTunnel, getUserDataTunnel, waitForSendComplete
addRuntimeFilter, close, getAllocator, getCompiler, getConfig, getExecutionControls, getExecutor, getExecutorState, getFragIdString, getFullRootSchema, getFunctionRegistry, getHandle, getImplementationClass, getImplementationClass, getImplementationClass, getImplementationClass, getManagedBuffer, getManagedBuffer, getManagedBufferManager, getMetastoreRegistry, getNewChildAllocator, getOptions, getQueryId, getQueryIdString, getQueryUserName, getRuntimeFilter, getRuntimeFilter, getScanDecodeExecutor, getScanExecutor, getSQLStatementType, isImpersonationEnabled, newOperatorContext, newOperatorContext, replace, requestMemory
getConstantValueHolder, getContextInformation, getPartitionExplorer
BufferAllocator getRootAllocator()
PhysicalPlanReader getPlanReader()
ClusterCoordinator getClusterCoordinator()
CoordinationProtos.DrillbitEndpoint getForemanEndpoint()
CoordinationProtos.DrillbitEndpoint getEndpoint()
Collection<CoordinationProtos.DrillbitEndpoint> getBits()
OperatorCreatorRegistry getOperatorCreatorRegistry()
void setBuffers(IncomingBuffers buffers)
QueryProfileStoreContext getProfileStoreContext()
WorkEventBus getWorkEventBus()
Set<Map.Entry<UserServer.BitToUserConnection,UserServer.BitToUserConnectionConfig>> getUserConnections()
boolean isUserAuthenticationEnabled()
Copyright © 2021 The Apache Software Foundation. All rights reserved.