public class EntryListComputationContext extends Object
| Modifier and Type | Field and Description |
|---|---|
byte[] |
data |
long[] |
limitAndValuePos |
EntryMetaData[] |
metadataSchema |
int |
offset |
int |
pos |
| Constructor and Description |
|---|
EntryListComputationContext(long[] limitAndValuePos,
byte[] data,
EntryMetaData[] metadataSchema,
int pos,
int offset) |
public long[] limitAndValuePos
public byte[] data
public EntryMetaData[] metadataSchema
public int pos
public int offset
public EntryListComputationContext(long[] limitAndValuePos,
byte[] data,
EntryMetaData[] metadataSchema,
int pos,
int offset)
Copyright © 2012–2023. All rights reserved.