Feature #1223
parameterless listObject methods in d1_libclient_java
Status:
Closed
Priority:
Normal
Assignee:
Category:
d1_libclient_java
Target version:
Start date:
2011-01-13
Due date:
% Done:
100%
Milestone:
Product Version:
*
Story Points:
Sprint:
Description
MNode.listObject(....) does not allow parameterless URLs to be created, and some parameters of the method cannot be set to null (replicaStatus,start,count)
What would be best is a base method (where everything is "null-able") along with convenience methods
Need to keep in mind that CNode subclasses do not support AuthTokens.
Subtasks
History
#1 Updated by Rob Nahf almost 14 years ago
- Category set to d1_libclient_java
- Assignee set to Rob Nahf
- % Done changed from 0 to 40
created a parameterless listObjects() in D1Node.java as a temporary solution for integration testing.
#2 Updated by Rob Nahf almost 14 years ago
- Status changed from In Progress to Closed