Package | Description |
---|---|
org.apache.reef.io.watcher.common |
Modifier and Type | Method and Description |
---|---|
AvroFailure.Builder |
AvroFailure.Builder.clearAsError()
Clears the value of the 'asError' field
|
AvroFailure.Builder |
AvroFailure.Builder.clearData()
Clears the value of the 'data' field
|
AvroFailure.Builder |
AvroFailure.Builder.clearDescription()
Clears the value of the 'description' field
|
AvroFailure.Builder |
AvroFailure.Builder.clearId()
Clears the value of the 'id' field
|
AvroFailure.Builder |
AvroFailure.Builder.clearMessage()
Clears the value of the 'message' field
|
AvroFailure.Builder |
AvroFailure.Builder.clearReason()
Clears the value of the 'reason' field
|
static AvroFailure.Builder |
AvroFailure.newBuilder()
Creates a new AvroFailure RecordBuilder
|
static AvroFailure.Builder |
AvroFailure.newBuilder(AvroFailure.Builder other)
Creates a new AvroFailure RecordBuilder by copying an existing Builder
|
static AvroFailure.Builder |
AvroFailure.newBuilder(AvroFailure other)
Creates a new AvroFailure RecordBuilder by copying an existing AvroFailure instance
|
AvroFailure.Builder |
AvroFailure.Builder.setAsError(CharSequence value)
Sets the value of the 'asError' field
|
AvroFailure.Builder |
AvroFailure.Builder.setData(ByteBuffer value)
Sets the value of the 'data' field
|
AvroFailure.Builder |
AvroFailure.Builder.setDescription(CharSequence value)
Sets the value of the 'description' field
|
AvroFailure.Builder |
AvroFailure.Builder.setId(CharSequence value)
Sets the value of the 'id' field
|
AvroFailure.Builder |
AvroFailure.Builder.setMessage(CharSequence value)
Sets the value of the 'message' field
|
AvroFailure.Builder |
AvroFailure.Builder.setReason(CharSequence value)
Sets the value of the 'reason' field
|
Modifier and Type | Method and Description |
---|---|
static AvroFailure.Builder |
AvroFailure.newBuilder(AvroFailure.Builder other)
Creates a new AvroFailure RecordBuilder by copying an existing Builder
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.