Package | Description |
---|---|
example.avro |
Modifier and Type | Method and Description |
---|---|
PushNotification |
PushNotification.Builder.build() |
static PushNotification |
PushNotification.fromByteBuffer(ByteBuffer b)
Deserializes a PushNotification from a ByteBuffer.
|
Modifier and Type | Method and Description |
---|---|
static org.apache.avro.message.BinaryMessageDecoder<PushNotification> |
PushNotification.createDecoder(org.apache.avro.message.SchemaStore resolver)
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore . |
static org.apache.avro.message.BinaryMessageDecoder<PushNotification> |
PushNotification.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
static org.apache.avro.message.BinaryMessageEncoder<PushNotification> |
PushNotification.getEncoder()
Return the BinaryMessageEncoder instance used by this class.
|
Modifier and Type | Method and Description |
---|---|
static PushNotification.Builder |
PushNotification.newBuilder(PushNotification other)
Creates a new PushNotification RecordBuilder by copying an existing PushNotification instance.
|
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.