Modifier and Type | Class and Description |
---|---|
private static class | |
private static class |
Modifier and Type | Field and Description |
---|---|
protected long | |
protected String | |
protected final String | |
protected final AvroParserImpl | |
protected int | |
protected static final int | |
protected static final int | |
protected static final int | |
protected static final int |
Access | Constructor and Description |
---|---|
protected |
Modifier and Type | Method and Description |
---|---|
protected void | appendDesc(StringBuilder sb)
Implements abstract com.
|
public static ArrayReader | |
public static ArrayReader | |
public String | getCurrentName()
Overrides com. Method for accessing name associated with the current location. |
public long | |
public String | |
public String | nextFieldName()
Implements abstract com.
|
_count | back to summary |
---|---|
protected long _count |
_currentName | back to summary |
---|---|
protected String _currentName |
_elementTypeId | back to summary |
---|---|
protected final String _elementTypeId |
_parser | back to summary |
---|---|
protected final AvroParserImpl _parser |
_state | back to summary |
---|---|
protected int _state |
STATE_DONE | back to summary |
---|---|
protected static final int STATE_DONE |
STATE_ELEMENTS | back to summary |
---|---|
protected static final int STATE_ELEMENTS |
STATE_END | back to summary |
---|---|
protected static final int STATE_END |
STATE_START | back to summary |
---|---|
protected static final int STATE_START |
ArrayReader | back to summary |
---|---|
protected ArrayReader(AvroReadContext parent, AvroParserImpl parser, String typeId, String elementTypeId) throws IOException |
appendDesc | back to summary |
---|---|
protected void appendDesc(StringBuilder sb) Implements abstract com.
|
construct | back to summary |
---|---|
public static ArrayReader construct(ScalarDecoder reader, String typeId, String elementTypeId) throws IOException |
construct | back to summary |
---|---|
public static ArrayReader construct(AvroStructureReader reader, String typeId, String elementTypeId) throws IOException |
getCurrentName | back to summary |
---|---|
public String getCurrentName() Overrides com. Doc from com. Method for accessing name associated with the current location.
Non-null for |
getRemainingElements | back to summary |
---|---|
public long getRemainingElements() Overrides com.
|
getTypeId | back to summary |
---|---|
public String getTypeId() Overrides com.
|
nextFieldName | back to summary |
---|---|
public String nextFieldName() throws IOException Implements abstract com.
|
Modifier and Type | Field and Description |
---|---|
private final AvroStructureReader |
Access | Constructor and Description |
---|---|
public | |
private | NonScalar(AvroReadContext parent, AvroStructureReader reader, AvroParserImpl parser, String typeId, String elementTypeId)
|
Modifier and Type | Method and Description |
---|---|
public ArrayReader. | newReader(AvroReadContext parent, AvroParserImpl parser)
Implements abstract com. Method for creating actual instance to use for reading (initial instance constructed is so-called blueprint). |
public JsonToken | nextToken()
Implements abstract com.
|
public void | skipValue(AvroParserImpl parser)
Implements abstract com. Alternative to |
_elementReader | back to summary |
---|---|
private final AvroStructureReader _elementReader |
NonScalar | back to summary |
---|---|
public NonScalar(AvroStructureReader reader, String typeId, String elementTypeId) throws IOException |
NonScalar | back to summary |
---|---|
private NonScalar(AvroReadContext parent, AvroStructureReader reader, AvroParserImpl parser, String typeId, String elementTypeId) throws IOException |
newReader | back to summary |
---|---|
public ArrayReader. Implements abstract com. Doc from com. Method for creating actual instance to use for reading (initial instance constructed is so-called blueprint).
|
nextToken | back to summary |
---|---|
public JsonToken nextToken() throws IOException Implements abstract com.
|
skipValue | back to summary |
---|---|
public void skipValue(AvroParserImpl parser) throws IOException Implements abstract com. Doc from com. Alternative to
|
Modifier and Type | Field and Description |
---|---|
private final ScalarDecoder |
Access | Constructor and Description |
---|---|
public | |
private | Scalar(AvroReadContext parent, ScalarDecoder reader, AvroParserImpl parser, String typeId, String elementTypeId)
|
Modifier and Type | Method and Description |
---|---|
public ArrayReader. | newReader(AvroReadContext parent, AvroParserImpl parser)
Implements abstract com. Method for creating actual instance to use for reading (initial instance constructed is so-called blueprint). |
public JsonToken | nextToken()
Implements abstract com.
|
public void | skipValue(AvroParserImpl parser)
Implements abstract com. Alternative to |
_elementReader | back to summary |
---|---|
private final ScalarDecoder _elementReader |
Scalar | back to summary |
---|---|
public Scalar(ScalarDecoder reader, String typeId, String elementTypeId) throws IOException |
Scalar | back to summary |
---|---|
private Scalar(AvroReadContext parent, ScalarDecoder reader, AvroParserImpl parser, String typeId, String elementTypeId) throws IOException |
newReader | back to summary |
---|---|
public ArrayReader. Implements abstract com. Doc from com. Method for creating actual instance to use for reading (initial instance constructed is so-called blueprint).
|
nextToken | back to summary |
---|---|
public JsonToken nextToken() throws IOException Implements abstract com.
|
skipValue | back to summary |
---|---|
public void skipValue(AvroParserImpl parser) throws IOException Implements abstract com. Doc from com. Alternative to
|