Class RegionUtilities
java.lang.Object
io.deephaven.enterprise.sources.regioned.impl.RegionUtilities
Minor utility methods used by column region and
RegionedColumnSource
implementations.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Initial size for new decoder buffers. -
Method Summary
-
Field Details
-
INITIAL_DECODER_BUFFER_SIZE
public static final int INITIAL_DECODER_BUFFER_SIZEInitial size for new decoder buffers. A cache line seems like a nice size to work with.- See Also:
-