Package io.deephaven.chunk
Class CommunityLongChunkAdapter
java.lang.Object
io.deephaven.chunk.CommunityLongChunkAdapter
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidconvertInto(@NotNull LongChunk toConvert, @NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.sources.chunk.ResettableLongChunk dest) Converts a LongChunk into a ResettableLongChunk.static voidconvertWritableInto(@NotNull WritableLongChunk toConvert, @NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.sources.chunk.ResettableWritableLongChunk dest) 
- 
Constructor Details- 
CommunityLongChunkAdapterpublic CommunityLongChunkAdapter()
 
- 
- 
Method Details- 
convertWritableIntopublic static void convertWritableInto(@NotNull @NotNull WritableLongChunk toConvert, @NotNull @NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.sources.chunk.ResettableWritableLongChunk dest) 
- 
convertIntopublic 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 chunk
- dest- the destination Legacy chunk
 
 
-