Package io.deephaven.chunk
Class CommunityLongChunkAdapter
java.lang.Object
io.deephaven.chunk.CommunityLongChunkAdapter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
convertInto
(@NotNull LongChunk toConvert, @NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.sources.chunk.ResettableLongChunk dest) Converts a LongChunk into a ResettableLongChunk.static void
convertWritableInto
(@NotNull WritableLongChunk toConvert, @NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.sources.chunk.ResettableWritableLongChunk dest)
-
Constructor Details
-
CommunityLongChunkAdapter
public CommunityLongChunkAdapter()
-
-
Method Details
-
convertWritableInto
public static void convertWritableInto(@NotNull @NotNull WritableLongChunk toConvert, @NotNull @NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.sources.chunk.ResettableWritableLongChunk dest) -
convertInto
public static void convertInto(@NotNull @NotNull LongChunk toConvert, @NotNull @NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.sources.chunk.ResettableLongChunk dest) Converts a LongChunk into a ResettableLongChunk.- Parameters:
toConvert
- the Core chunk to convert to a Legacy chunkdest
- the destination Legacy chunk
-