Class TypedHasherUtil.BuildOrProbeContext
java.lang.Object
io.deephaven.engine.table.impl.util.TypedHasherUtil.BuildOrProbeContext
- All Implemented Interfaces:
Context
,SafeCloseable
,AutoCloseable
- Direct Known Subclasses:
IncrementalChunkedOperatorAggregationStateManagerOpenAddressedBase.BuildContext
,IncrementalMultiJoinStateManagerTypedBase.BuildContext
,IncrementalMultiJoinStateManagerTypedBase.ProbeContext
,IncrementalNaturalJoinStateManagerTypedBase.BuildContext
,IncrementalNaturalJoinStateManagerTypedBase.ProbeContext
,RightIncrementalAsOfJoinStateManagerTypedBase.BuildContext
,RightIncrementalNaturalJoinStateManagerTypedBase.ProbeContext
,TypedHasherUtil.BuildOrProbeContext.BuildContext
,TypedHasherUtil.BuildOrProbeContext.ProbeContext
,UpdateByStateManagerTypedBase.BuildContext
,UpdateByStateManagerTypedBase.ProbeContext
- Enclosing class:
- TypedHasherUtil
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Release any resources associated with this context.void
void
-
Field Details
-
chunkSize
public final int chunkSize -
getContexts
-
-
Constructor Details
-
BuildOrProbeContext
-
-
Method Details
-
close
public void close()Description copied from interface:Context
Release any resources associated with this context. The context should not be used afterwards.- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceContext
- Specified by:
close
in interfaceSafeCloseable