Uses of Class
org.apache.drill.exec.work.filter.RuntimeFilterWritable
Packages that use RuntimeFilterWritable
Package
Description
-
Uses of RuntimeFilterWritable in org.apache.drill.exec.ops
Methods in org.apache.drill.exec.ops that return RuntimeFilterWritableModifier and TypeMethodDescriptionFragmentContext.getRuntimeFilter(long rfIdentifier) FragmentContext.getRuntimeFilter(long rfIdentifier, long maxWaitTime, TimeUnit timeUnit) Get the RuntimeFilter with a blocking wait, if the waiting option is enabled.FragmentContextImpl.getRuntimeFilter(long rfIdentifier) FragmentContextImpl.getRuntimeFilter(long rfIdentifier, long maxWaitTime, TimeUnit timeUnit) Methods in org.apache.drill.exec.ops with parameters of type RuntimeFilterWritableModifier and TypeMethodDescriptionvoidFragmentContext.addRuntimeFilter(RuntimeFilterWritable runtimeFilter) Add a RuntimeFilter when the RuntimeFilter receiver belongs to the same MinorFragment.voidFragmentContextImpl.addRuntimeFilter(RuntimeFilterWritable runtimeFilter) voidAccountingDataTunnel.sendRuntimeFilter(RuntimeFilterWritable batch) -
Uses of RuntimeFilterWritable in org.apache.drill.exec.rpc.data
Methods in org.apache.drill.exec.rpc.data with parameters of type RuntimeFilterWritableModifier and TypeMethodDescriptionvoidDataTunnel.sendRuntimeFilter(RpcOutcomeListener<BitData.AckWithCredit> outcomeListener, RuntimeFilterWritable runtimeFilter) -
Uses of RuntimeFilterWritable in org.apache.drill.exec.work
Methods in org.apache.drill.exec.work with parameters of type RuntimeFilterWritableModifier and TypeMethodDescriptionvoidWorkManager.WorkerBee.receiveRuntimeFilter(RuntimeFilterWritable runtimeFilter) receive the RuntimeFilter thorough the wire -
Uses of RuntimeFilterWritable in org.apache.drill.exec.work.filter
Methods in org.apache.drill.exec.work.filter that return RuntimeFilterWritableModifier and TypeMethodDescriptionRuntimeFilterWritable.duplicate(BufferAllocator bufferAllocator) RuntimeFilterWritable.newRuntimeFilterWritable(BufferAllocator bufferAllocator) Methods in org.apache.drill.exec.work.filter with parameters of type RuntimeFilterWritableModifier and TypeMethodDescriptionvoidRuntimeFilterSink.add(RuntimeFilterWritable runtimeFilterWritable) voidRuntimeFilterWritable.aggregate(RuntimeFilterWritable runtimeFilterWritable) voidRuntimeFilterRouter.register(RuntimeFilterWritable srcRuntimeFilterWritable) This method is passively invoked by receiving a runtime filter from the network