Task #1603
Story #1530: Redefine interface definitions to correspond with Tiers
Resolve missing types in org.dataone.service.types package
100%
Description
The following types are needed in order to uncomment affected methods:
CN:
Types.ObjectFormatList ---> CNCore.listFormats
Types.OctetStream ---> CNRead.get
Types.Capabilities ---> CNRegister.addNodeCapabilities and CNRegister.register
Types.ReplicaMetadata ---> CNReplication.updateReplicationMetadata
MN:
Types.ObjectStatistics ---> MNCore.getObjectStatistics
Types.StatusResponse ---> MNCore.getStatus
Types.OctetStream ---> MNRead.get
Types.Exception ---> MNRead.synchronizationFailed
Related issues
History
#1 Updated by Dave Vieglais over 13 years ago
- Status changed from New to In Progress
OctetStream is not a type that will be described in the schema as it represents a stream of 8 bit bytes.
addNodeCapabilities was renamed updateNodeCapabilities. Parameters for that and register() have been updated in the Docs to "Node".
#2 Updated by Dave Vieglais over 13 years ago
- Status changed from In Progress to Closed
Adding new story for fleshing out the design and implementation of the monitoring infrastructure to cover getStatus and getObjectStatistics. All other elements should be up to date.