public class AnoaTestSample extends Object
| Modifier and Type | Field and Description |
|---|---|
Class<LogEventAvro> |
avroClass |
Schema |
avroSchema |
int |
n |
long |
nl |
static ObjectMapper |
OBJECT_MAPPER |
Class<AdExchangeProtobuf.LogEvent> |
protobufClass |
Supplier<AdExchangeProtobuf.LogEvent.Builder> |
protobufSupplier |
Class<LogEventThrift> |
thriftClass |
Supplier<LogEventThrift> |
thriftSupplier |
| Constructor and Description |
|---|
AnoaTestSample() |
public final int n
public final long nl
public final Schema avroSchema
public final Class<LogEventAvro> avroClass
public final Class<LogEventThrift> thriftClass
public final Supplier<LogEventThrift> thriftSupplier
public final Class<AdExchangeProtobuf.LogEvent> protobufClass
public final Supplier<AdExchangeProtobuf.LogEvent.Builder> protobufSupplier
public static final ObjectMapper OBJECT_MAPPER
public Stream<LogEventAvro> avroSpecific()
public Stream<GenericRecord> avroGeneric()
public Stream<byte[]> avroBinary()
public InputStream avroBatch()
public Stream<LogEventThrift> thrift()
public Stream<byte[]> thriftBinary()
public Stream<byte[]> thriftCompact()
public Stream<AdExchangeProtobuf.LogEvent> protobuf()
public Stream<byte[]> protobufBinary()
public JsonParser jsonNullsObjectParser()
public Stream<ObjectNode> jsonObjects()
public InputStream allAsInputStream(CheckedConsumer<OutputStream> lambda)
public void assertJsonObjects(Stream<ObjectNode> stream)
public InputStream jsonInputStream(int readFailureIndex)
public JsonParser jsonParser(int readFailureIndex)
public void assertAvroGenerics(Stream<GenericRecord> stream)
public void assertAvroSpecifics(Stream<LogEventAvro> stream)
public InputStream avroBinaryInputStream(int readFailureIndex)
public InputStream avroJsonInputStream(int readFailureIndex)
public InputStream avroBatchInputStream(int readFailureIndex)
public void assertThriftObjects(Stream<LogEventThrift> stream)
public InputStream thriftBinaryInputStream(int readFailureIndex)
public InputStream thriftCompactInputStream(int readFailureIndex)
public InputStream thriftJsonInputStream(int readFailureIndex)
public InputStream protoBinaryInputStream(int readFailureIndex)
public void assertProtobufObjects(Stream<AdExchangeProtobuf.LogEvent> stream)
Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.