Package | Description |
---|---|
org.apache.nutch.storage |
Representation (
web pages ,
host metadata ) of data in abstracted storage. |
Modifier and Type | Method and Description |
---|---|
ProtocolStatus.Builder |
ProtocolStatus.Builder.clearArgs()
Clears the value of the 'args' field
|
ProtocolStatus.Builder |
ProtocolStatus.Builder.clearCode()
Clears the value of the 'code' field
|
ProtocolStatus.Builder |
ProtocolStatus.Builder.clearLastModified()
Clears the value of the 'lastModified' field
|
static ProtocolStatus.Builder |
ProtocolStatus.newBuilder()
Creates a new ProtocolStatus RecordBuilder
|
static ProtocolStatus.Builder |
ProtocolStatus.newBuilder(ProtocolStatus.Builder other)
Creates a new ProtocolStatus RecordBuilder by copying an existing Builder
|
static ProtocolStatus.Builder |
ProtocolStatus.newBuilder(ProtocolStatus other)
Creates a new ProtocolStatus RecordBuilder by copying an existing
ProtocolStatus instance
|
ProtocolStatus.Builder |
ProtocolStatus.Builder.setArgs(List<CharSequence> value)
Sets the value of the 'args' field
|
ProtocolStatus.Builder |
ProtocolStatus.Builder.setCode(int value)
Sets the value of the 'code' field
|
ProtocolStatus.Builder |
ProtocolStatus.Builder.setLastModified(long value)
Sets the value of the 'lastModified' field
|
Modifier and Type | Method and Description |
---|---|
static ProtocolStatus.Builder |
ProtocolStatus.newBuilder(ProtocolStatus.Builder other)
Creates a new ProtocolStatus RecordBuilder by copying an existing Builder
|
Copyright © 2015 The Apache Software Foundation