Package | Description |
---|---|
org.apache.crunch.test |
Utilities for testing Crunch-based applications.
|
Modifier and Type | Method and Description |
---|---|
Person.Builder |
Person.Builder.clearAge()
Clears the value of the 'age' field
|
Person.Builder |
Person.Builder.clearName()
Clears the value of the 'name' field
|
Person.Builder |
Person.Builder.clearSiblingnames()
Clears the value of the 'siblingnames' field
|
static Person.Builder |
Person.newBuilder()
Creates a new Person RecordBuilder
|
static Person.Builder |
Person.newBuilder(Person.Builder other)
Creates a new Person RecordBuilder by copying an existing Builder
|
static Person.Builder |
Person.newBuilder(Person other)
Creates a new Person RecordBuilder by copying an existing Person instance
|
Person.Builder |
Person.Builder.setAge(int value)
Sets the value of the 'age' field
|
Person.Builder |
Person.Builder.setName(CharSequence value)
Sets the value of the 'name' field
|
Person.Builder |
Person.Builder.setSiblingnames(List<CharSequence> value)
Sets the value of the 'siblingnames' field
|
Modifier and Type | Method and Description |
---|---|
static Person.Builder |
Person.newBuilder(Person.Builder other)
Creates a new Person RecordBuilder by copying an existing Builder
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.