Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  convert 9165 about 9 years Jing Tao If an Event object is null in the v1 log entry,...
  hazelcast 9116 over 9 years Jing Tao Add the timestamp for the printing out the star...
  v1 9249 almost 9 years Jing Tao Use the NodeReference object to replace the rep...
CNodeService.java 84.1 KB 9265 almost 9 years Jing Tao Only CNs can call those methods: CNCore.registe...
D1NodeService.java 87 KB 9258 almost 9 years Jing Tao When compare the dateUploaded, now we use sysme...
DOIService.java 12.5 KB 8810 almost 10 years ben leinfelder add support for v2 DataONE API.
MNodeService.java 101 KB 9263 almost 9 years Jing Tao On mn.update and mn.updateSystemMetadata, those...
ObjectFormatService.java 7.06 KB 8810 almost 10 years ben leinfelder add support for v2 DataONE API.
SyncAccessPolicy.java 18 KB 9249 almost 9 years Jing Tao Use the NodeReference object to replace the rep...
SystemMetadataFactory.java 34.5 KB 8991 over 9 years Jing Tao Fixed a bug that the reindex of data objects ma...

Latest revisions

# Date Author Comment
9265 07/27/2015 05:15 PM Jing Tao

Only CNs can call those methods:
CNCore.registerSystemMetadata()
CNCore,updateSystemMetadata()
CNReplication.setReplicationStatus()
CNReplication.updateReplicationMetadata()
CNReplication.deleteReplicationMetadata()

9263 07/27/2015 04:20 PM Jing Tao

On mn.update and mn.updateSystemMetadata, those clients are allowed:
1. CNs.
2. Clients with appropriate permission calling the method on the authoritative nodes.

9258 07/21/2015 04:22 PM Jing Tao

When compare the dateUploaded, now we use sysmetadata.getDateUploaded().getTime(). It used systemmetadata.getDateUploaded() (Date objects) to compare.

9257 07/21/2015 01:32 PM Jing Tao

Add code to catch the BaseException in the updateSystemMetadata method.

9256 07/20/2015 03:21 PM Jing Tao

Add the code to handle if the cn is null.

9253 07/16/2015 02:51 PM Jing Tao

Handle multiple versions (v1 and v2) of a service in getCapacity method.

9249 07/15/2015 11:07 AM Jing Tao

Use the NodeReference object to replace the replicaStatus to restrict the listObjects method.

9248 07/15/2015 10:44 AM ben leinfelder

[re]register DOI when system metadata is updated (typically access policy). https://projects.ecoinformatics.org/ecoinfo/issues/6796

9247 07/14/2015 04:56 PM Jing Tao

Change the signature of listObject method - remove replicaStatus and add nodeId.

9246 07/14/2015 04:42 PM Jing Tao

Add the code to call cn.synchroinize at the method of updateSystemMetadata.

View revisions

Also available in: Atom