Package | Description |
---|---|
org.dataone.client | |
org.dataone.client.examples | |
org.dataone.client.impl | |
org.dataone.client.impl.rest | |
org.dataone.client.itk |
Modifier and Type | Method and Description |
---|---|
MNode |
NodeLocator.getMNode(NodeReference nodeReference)
Return an MNode associated with the nodeReference parameter, or
throw a ClientSideException
|
MNode |
NodeLocator.getMNode(String baseUrl)
Return an MNode associated with the baseUrl parameter, or
throw a ClientSideException
|
Modifier and Type | Method and Description |
---|---|
void |
NodeLocator.putMNode(NodeReference nodeRef,
MNode mnode)
Puts a constructed MNode into the NodeLocator.
|
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 | Method and Description |
---|---|
static MNode |
D1NodeFactory.buildMNode(MultipartRestClient mrc,
URI uri)
Instantiate an MNode instance of the right type from the given URI
and the provided MultipartRestClient
|
MNode |
D1NodeFactory.buildMNode(URI uri)
Instantiate an MNode instance of the right type from the given URI
|
Modifier and Type | Class and Description |
---|---|
class |
HttpMNode
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.
|
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 © 2014. All Rights Reserved.