Package | Description |
---|---|
org.apache.reef.tang.formats.avro |
Modifier and Type | Method and Description |
---|---|
ConfigurationEntry.Builder |
ConfigurationEntry.Builder.clearKey()
Clears the value of the 'key' field
|
ConfigurationEntry.Builder |
ConfigurationEntry.Builder.clearValue()
Clears the value of the 'value' field
|
static ConfigurationEntry.Builder |
ConfigurationEntry.newBuilder()
Creates a new ConfigurationEntry RecordBuilder
|
static ConfigurationEntry.Builder |
ConfigurationEntry.newBuilder(ConfigurationEntry.Builder other)
Creates a new ConfigurationEntry RecordBuilder by copying an existing Builder
|
static ConfigurationEntry.Builder |
ConfigurationEntry.newBuilder(ConfigurationEntry other)
Creates a new ConfigurationEntry RecordBuilder by copying an existing ConfigurationEntry instance
|
ConfigurationEntry.Builder |
ConfigurationEntry.Builder.setKey(CharSequence value)
Sets the value of the 'key' field
|
ConfigurationEntry.Builder |
ConfigurationEntry.Builder.setValue(CharSequence value)
Sets the value of the 'value' field
|
Modifier and Type | Method and Description |
---|---|
static ConfigurationEntry.Builder |
ConfigurationEntry.newBuilder(ConfigurationEntry.Builder other)
Creates a new ConfigurationEntry RecordBuilder by copying an existing Builder
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.