/[Apache-SVN]
ViewVC logotype

Revision 1399806


Jump to revision: Previous Next
Author: ecn
Date: Thu Oct 18 19:27:45 2012 UTC (11 years, 6 months ago)
Changed paths: 70
Log Message:
ACCUMULO-822 update to thrift 0.9.0

Changed paths

Path Details
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/impl/BatchWriterImpl.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/impl/TabletServerBatchWriter.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/impl/ThriftScanner.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/impl/Writer.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/impl/thrift/ClientService.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/impl/thrift/ConfigurationType.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/impl/thrift/TableOperation.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/impl/thrift/TableOperationExceptionType.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/impl/thrift/ThriftTableOperationException.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/data/thrift/InitialMultiScan.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/data/thrift/InitialScan.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/data/thrift/IterInfo.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/data/thrift/MapFileInfo.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/data/thrift/MultiScanResult.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/data/thrift/ScanResult.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/data/thrift/TColumn.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/data/thrift/TConstraintViolationSummary.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/data/thrift/TKey.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/data/thrift/TKeyExtent.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/data/thrift/TKeyValue.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/data/thrift/TMutation.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/data/thrift/TRange.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/data/thrift/UpdateErrors.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/file/rfile/RelativeKey.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/gc/thrift/GCMonitorService.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/gc/thrift/GCStatus.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/gc/thrift/GcCycleStats.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/master/thrift/Compacting.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/master/thrift/DeadServer.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/master/thrift/MasterClientService.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/master/thrift/MasterGoalState.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/master/thrift/MasterMonitorInfo.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/master/thrift/MasterState.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/master/thrift/RecoveryException.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/master/thrift/RecoveryStatus.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/master/thrift/TableInfo.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/master/thrift/TableOperation.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/master/thrift/TabletLoadState.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/master/thrift/TabletServerStatus.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/master/thrift/TabletSplit.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/thrift/AuthInfo.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/thrift/SecurityErrorCode.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/security/thrift/ThriftSecurityException.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/ActionStats.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/ActiveScan.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/ConstraintViolationException.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/IteratorConfig.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/NoSuchScanIDException.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/NotServingTabletException.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/ScanState.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/ScanType.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/TIteratorSetting.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/TabletClientService.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/TabletStats.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/TooManyFilesException.java modified , text changed
Directoryaccumulo/trunk/core/src/main/thrift/thrift.sh modified , text changed
Directoryaccumulo/trunk/core/src/test/java/org/apache/accumulo/core/client/mock/MockTableOperationsTest.java modified , text changed
Directoryaccumulo/trunk/pom.xml modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/monitor/servlets/DefaultServlet.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/test/continuous/ContinuousStatsCollector.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/functional/BadIteratorMincTest.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/performance/metadata/MetadataBatchScanTest.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/randomwalk/shard/DeleteSomeDocs.java modified , text changed
Directoryaccumulo/trunk/server/src/test/java/org/apache/accumulo/server/master/TestMergeState.java modified , text changed
Directoryaccumulo/trunk/trace/src/main/java/org/apache/accumulo/cloudtrace/thrift/RemoteSpan.java modified , text changed
Directoryaccumulo/trunk/trace/src/main/java/org/apache/accumulo/cloudtrace/thrift/SpanReceiver.java modified , text changed
Directoryaccumulo/trunk/trace/src/main/java/org/apache/accumulo/cloudtrace/thrift/TInfo.java modified , text changed
Directoryaccumulo/trunk/trace/src/main/java/org/apache/accumulo/cloudtrace/thrift/TestService.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26