Package | Description |
---|---|
org.dataone.client.v1.examples | |
org.dataone.client.v1.impl | |
org.dataone.client.v1.itk |
Modifier and Type | Method and Description |
---|---|
void |
ExampleDataPackageUpload.copyDataPackages(CNode sourceCN,
MNode targetMN,
List<Identifier> oreIdentifiers)
Copy oreIdentifers from sourceCn to targetMN.
|
void |
ExampleDataPackageUpload.uploadDataPackages(MNode targetMN,
File rootDir)
Uploads data packages in rootDir to targetMN.
|
boolean |
ExampleDataPackageUpload.uploadDataPackageWithRetry(MNode targetMN,
File tmpDir,
int uploadRetries)
Uploads data package in tmpDir to targetMN.
|
Modifier and Type | Class and Description |
---|---|
class |
MultipartMNode
MultipartMNode represents a MemberNode, and exposes the services associated with a
DataONE Member Node, allowing calling clients to call the services associated
with the node.
|
Modifier and Type | Method and Description |
---|---|
static MNode |
D1Client.getMN(NodeReference nodeRef)
Return an MNode using the nodeReference for the member node.
|
static MNode |
D1Client.getMN(String mnBaseUrl)
Returns a Member Node using the base service URL for the node.
|
Copyright © 2020. All Rights Reserved.