MCPcopy Create free account
hub / github.com/apache/nutch / newBuilder

Method newBuilder

src/java/org/apache/nutch/storage/Host.java:184–186  ·  view source on GitHub ↗

Creates a new Host RecordBuilder

()

Source from the content-addressed store, hash-verified

182
183 /** Creates a new Host RecordBuilder */
184 public static org.apache.nutch.storage.Host.Builder newBuilder() {
185 return new org.apache.nutch.storage.Host.Builder();
186 }
187
188 /** Creates a new Host RecordBuilder by copying an existing Builder */
189 public static org.apache.nutch.storage.Host.Builder newBuilder(org.apache.nutch.storage.Host.Builder other) {

Callers 4

mapMethod · 0.95
newInstanceMethod · 0.95
HostDbMethod · 0.45
NutchClientFactoryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected