/[Apache-SVN]
ViewVC logotype

Revision 1493250


Jump to revision: Previous Next
Author: ctubbsii
Date: Fri Jun 14 21:19:23 2013 UTC (10 years, 9 months ago)
Changed paths: 99
Log Message:
ACCUMULO-1516 deprecate Constants.NO_AUTHS in favor of Authorizations.EMPTY; update usage throughout code, cleaning up some unnecessary javadoc/non-javadoc comments along the way

Changed paths

Path Details
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/Constants.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/cli/ClientOpts.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/admin/InstanceOperationsImpl.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/impl/MetadataLocationObtainer.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/impl/OfflineScanner.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/impl/TabletServerBatchReader.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/impl/TabletServerBatchReaderIterator.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/mapred/InputFormatBase.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/mapreduce/InputFormatBase.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/mapreduce/lib/util/InputConfigurator.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/mock/MockAccumulo.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/mock/MockInstanceOperations.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/Authorizations.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/util/Merge.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/util/MetadataTable.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/util/TableDiskUsage.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/util/shell/commands/GetSplitsCommand.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/util/shell/commands/ScanCommand.java modified , text changed
Directoryaccumulo/trunk/core/src/test/java/org/apache/accumulo/core/cli/TestClientOpts.java modified , text changed
Directoryaccumulo/trunk/core/src/test/java/org/apache/accumulo/core/client/admin/FindMaxTest.java modified , text changed
Directoryaccumulo/trunk/core/src/test/java/org/apache/accumulo/core/client/mock/MockConnectorTest.java modified , text changed
Directoryaccumulo/trunk/core/src/test/java/org/apache/accumulo/core/client/mock/MockTableOperationsTest.java modified , text changed
Directoryaccumulo/trunk/core/src/test/java/org/apache/accumulo/core/client/mock/TestBatchScanner821.java modified , text changed
Directoryaccumulo/trunk/core/src/test/java/org/apache/accumulo/core/iterators/user/IntersectingIteratorTest.java modified , text changed
Directoryaccumulo/trunk/core/src/test/java/org/apache/accumulo/core/iterators/user/RowFilterTest.java modified , text changed
Directoryaccumulo/trunk/core/src/test/java/org/apache/accumulo/core/util/shell/command/FormatterCommandTest.java modified , text changed
Directoryaccumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/client/RowOperations.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/gc/SimpleGarbageCollector.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/master/Master.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/master/balancer/ChaoticLoadBalancer.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/master/state/MergeStats.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/master/state/MetaDataTableScanner.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/master/tableOps/BulkImport.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/master/tableOps/CompactRange.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/master/tableOps/DeleteTable.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/master/tableOps/ExportTable.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/master/tableOps/TraceRepo.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/problems/ProblemReports.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/security/SecurityOperation.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/security/handler/InsecurePermHandler.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/security/handler/ZKAuthorizor.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/tabletserver/Tablet.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/tabletserver/TabletServer.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/tabletserver/log/DfsLogger.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/util/AddFilesWithMissingEntries.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/util/CheckForMetadataProblems.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/util/LocalityCheck.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/util/MetadataTable.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/util/OfflineMetadataScanner.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/util/VerifyTabletAssignments.java modified , text changed
Directoryaccumulo/trunk/server/src/test/java/org/apache/accumulo/server/gc/TestConfirmDeletes.java modified , text changed
Directoryaccumulo/trunk/server/src/test/java/org/apache/accumulo/server/master/TestMergeState.java modified , text changed
Directoryaccumulo/trunk/server/src/test/java/org/apache/accumulo/server/util/CloneTest.java modified , text changed
Directoryaccumulo/trunk/server/src/test/java/org/apache/accumulo/server/util/TabletIteratorTest.java modified , text changed
Directoryaccumulo/trunk/test/src/main/java/org/apache/accumulo/test/QueryMetadataTable.java modified , text changed
Directoryaccumulo/trunk/test/src/main/java/org/apache/accumulo/test/continuous/ContinuousWalk.java modified , text changed
Directoryaccumulo/trunk/test/src/main/java/org/apache/accumulo/test/functional/AddSplitTest.java modified , text changed
Directoryaccumulo/trunk/test/src/main/java/org/apache/accumulo/test/functional/BadIteratorMincTest.java modified , text changed
Directoryaccumulo/trunk/test/src/main/java/org/apache/accumulo/test/functional/BatchScanSplitTest.java modified , text changed
Directoryaccumulo/trunk/test/src/main/java/org/apache/accumulo/test/functional/BatchWriterFlushTest.java modified , text changed
Directoryaccumulo/trunk/test/src/main/java/org/apache/accumulo/test/functional/BloomFilterTest.java modified , text changed
Directoryaccumulo/trunk/test/src/main/java/org/apache/accumulo/test/functional/BulkFileTest.java modified , text changed
Directoryaccumulo/trunk/test/src/main/java/org/apache/accumulo/test/functional/ConcurrencyTest.java modified , text changed
Directoryaccumulo/trunk/test/src/main/java/org/apache/accumulo/test/functional/ConstraintTest.java modified , text changed
Directoryaccumulo/trunk/test/src/main/java/org/apache/accumulo/test/functional/CreateAndUseTest.java modified , text changed
Directoryaccumulo/trunk/test/src/main/java/org/apache/accumulo/test/functional/CreateManyScannersTest.java modified , text changed
Directoryaccumulo/trunk/test/src/main/java/org/apache/accumulo/test/functional/DeleteEverythingTest.java modified , text changed
Directoryaccumulo/trunk/test/src/main/java/org/apache/accumulo/test/functional/DeleteRowsSplitTest.java modified , text changed
Directoryaccumulo/trunk/test/src/main/java/org/apache/accumulo/test/functional/DeleteRowsTest.java modified , text changed
Directoryaccumulo/trunk/test/src/main/java/org/apache/accumulo/test/functional/FunctionalTest.java modified , text changed
Directoryaccumulo/trunk/test/src/main/java/org/apache/accumulo/test/functional/LargeRowTest.java modified , text changed
Directoryaccumulo/trunk/test/src/main/java/org/apache/accumulo/test/functional/LogicalTimeTest.java modified , text changed
Directoryaccumulo/trunk/test/src/main/java/org/apache/accumulo/test/functional/MergeTest.java modified , text changed
Directoryaccumulo/trunk/test/src/main/java/org/apache/accumulo/test/functional/PermissionsTest.java modified , text changed
Directoryaccumulo/trunk/test/src/main/java/org/apache/accumulo/test/functional/RowDeleteTest.java modified , text changed
Directoryaccumulo/trunk/test/src/main/java/org/apache/accumulo/test/functional/ScanRangeTest.java modified , text changed
Directoryaccumulo/trunk/test/src/main/java/org/apache/accumulo/test/functional/ServerSideErrorTest.java modified , text changed
Directoryaccumulo/trunk/test/src/main/java/org/apache/accumulo/test/functional/SparseColumnFamilyTest.java modified , text changed
Directoryaccumulo/trunk/test/src/main/java/org/apache/accumulo/test/functional/SplitRecoveryTest.java modified , text changed
Directoryaccumulo/trunk/test/src/main/java/org/apache/accumulo/test/functional/TimeoutTest.java modified , text changed
Directoryaccumulo/trunk/test/src/main/java/org/apache/accumulo/test/performance/metadata/MetadataBatchScanTest.java modified , text changed
Directoryaccumulo/trunk/test/src/main/java/org/apache/accumulo/test/performance/thrift/NullTserver.java modified , text changed
Directoryaccumulo/trunk/test/src/main/java/org/apache/accumulo/test/randomwalk/concurrent/BatchScan.java modified , text changed
Directoryaccumulo/trunk/test/src/main/java/org/apache/accumulo/test/randomwalk/concurrent/CheckBalance.java modified , text changed
Directoryaccumulo/trunk/test/src/main/java/org/apache/accumulo/test/randomwalk/concurrent/IsolatedScan.java modified , text changed
Directoryaccumulo/trunk/test/src/main/java/org/apache/accumulo/test/randomwalk/concurrent/ScanTable.java modified , text changed
Directoryaccumulo/trunk/test/src/main/java/org/apache/accumulo/test/randomwalk/image/ScanMeta.java modified , text changed
Directoryaccumulo/trunk/test/src/main/java/org/apache/accumulo/test/randomwalk/multitable/CopyTool.java modified , text changed
Directoryaccumulo/trunk/test/src/main/java/org/apache/accumulo/test/randomwalk/sequential/MapRedVerify.java modified , text changed
Directoryaccumulo/trunk/test/src/main/java/org/apache/accumulo/test/randomwalk/shard/DeleteSomeDocs.java modified , text changed
Directoryaccumulo/trunk/test/src/main/java/org/apache/accumulo/test/randomwalk/shard/DeleteWord.java modified , text changed
Directoryaccumulo/trunk/test/src/main/java/org/apache/accumulo/test/randomwalk/shard/Grep.java modified , text changed
Directoryaccumulo/trunk/test/src/main/java/org/apache/accumulo/test/randomwalk/shard/Reindex.java modified , text changed
Directoryaccumulo/trunk/test/src/main/java/org/apache/accumulo/test/randomwalk/shard/Search.java modified , text changed
Directoryaccumulo/trunk/test/src/main/java/org/apache/accumulo/test/randomwalk/shard/VerifyIndex.java modified , text changed
Directoryaccumulo/trunk/test/src/test/java/org/apache/accumulo/test/ShellServerTest.java modified , text changed
Directoryaccumulo/trunk/test/src/test/java/org/apache/accumulo/test/TestAccumuloSplitRecovery.java modified , text changed
Directoryaccumulo/trunk/test/src/test/java/org/apache/accumulo/test/iterator/RegExTest.java modified , text changed
Directoryaccumulo/trunk/trace/src/main/java/org/apache/accumulo/trace/instrument/receivers/ZooSpanClient.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26