Repository: accumulo Updated Branches: refs/heads/master 8127f2d76 -> ffb22b880
ACCUMULO-1335 add since 1.6.0 to javadoc Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/657a4e5d Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/657a4e5d Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/657a4e5d Branch: refs/heads/master Commit: 657a4e5de35f7c17aa8a3bedc228b28c26a2a0b1 Parents: ffae5cc Author: Keith Turner <ktur...@apache.org> Authored: Wed Mar 5 21:14:35 2014 -0500 Committer: Keith Turner <ktur...@apache.org> Committed: Wed Mar 5 21:14:35 2014 -0500 ---------------------------------------------------------------------- .../java/org/apache/accumulo/core/client/admin/TableOperations.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/657a4e5d/core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java ---------------------------------------------------------------------- diff --git a/core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java b/core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java index 823b0e9..689c04c 100644 --- a/core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java +++ b/core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java @@ -723,6 +723,7 @@ public interface TableOperations { * @return a list of disk usage objects containing linked table names and sizes * @throws AccumuloException * @throws AccumuloSecurityException + * @since 1.6.0 */ List<DiskUsage> getDiskUsage(Set<String> tables) throws AccumuloException, AccumuloSecurityException, TableNotFoundException;