Package | Description |
---|---|
org.apache.nutch.storage |
Representation (
web pages ,
host metadata ) of data in abstracted storage. |
Modifier and Type | Method and Description |
---|---|
Host.Builder |
Host.Builder.clearInlinks()
Clears the value of the 'inlinks' field
|
Host.Builder |
Host.Builder.clearMetadata()
Clears the value of the 'metadata' field
|
Host.Builder |
Host.Builder.clearOutlinks()
Clears the value of the 'outlinks' field
|
static Host.Builder |
Host.newBuilder()
Creates a new Host RecordBuilder
|
static Host.Builder |
Host.newBuilder(Host.Builder other)
Creates a new Host RecordBuilder by copying an existing Builder
|
static Host.Builder |
Host.newBuilder(Host other)
Creates a new Host RecordBuilder by copying an existing Host instance
|
Host.Builder |
Host.Builder.setInlinks(java.util.Map<java.lang.CharSequence,java.lang.CharSequence> value)
Sets the value of the 'inlinks' field
|
Host.Builder |
Host.Builder.setMetadata(java.util.Map<java.lang.CharSequence,java.nio.ByteBuffer> value)
Sets the value of the 'metadata' field
|
Host.Builder |
Host.Builder.setOutlinks(java.util.Map<java.lang.CharSequence,java.lang.CharSequence> value)
Sets the value of the 'outlinks' field
|
Modifier and Type | Method and Description |
---|---|
static Host.Builder |
Host.newBuilder(Host.Builder other)
Creates a new Host RecordBuilder by copying an existing Builder
|
Copyright © 2019 The Apache Software Foundation