Uses of Class
org.apache.accumulo.tserver.TabletServer
-
-
Uses of TabletServer in org.apache.accumulo.tserver.log
Constructors in org.apache.accumulo.tserver.log with parameters of type TabletServer Constructor Description TabletServerLogger(TabletServer tserver, long maxSize, AtomicLong syncCounter, AtomicLong flushCounter, Retry.RetryFactory createRetryFactory, Retry.RetryFactory writeRetryFactory, long maxAge) -
Uses of TabletServer in org.apache.accumulo.tserver.metrics
Constructors in org.apache.accumulo.tserver.metrics with parameters of type TabletServer Constructor Description TabletServerMetrics(TabletServer tserver)TabletServerMetricsUtil(TabletServer tserver) -
Uses of TabletServer in org.apache.accumulo.tserver.replication
Constructors in org.apache.accumulo.tserver.replication with parameters of type TabletServer Constructor Description ReplicationServicerHandler(TabletServer tabletServer) -
Uses of TabletServer in org.apache.accumulo.tserver.scan
Fields in org.apache.accumulo.tserver.scan declared as TabletServer Modifier and Type Field Description protected TabletServerScanTask. serverConstructors in org.apache.accumulo.tserver.scan with parameters of type TabletServer Constructor Description LookupTask(TabletServer server, long scanID)NextBatchTask(TabletServer server, long scanID, AtomicBoolean interruptFlag) -
Uses of TabletServer in org.apache.accumulo.tserver.tablet
Constructors in org.apache.accumulo.tserver.tablet with parameters of type TabletServer Constructor Description BulkImportCacheCleaner(TabletServer server)MinorCompactor(TabletServer tabletServer, Tablet tablet, InMemoryMap imm, FileRef mergeFile, DataFileValue dfv, FileRef outputFile, MinorCompactionReason mincReason, TableConfiguration tableConfig)Tablet(TabletTime tabletTime, String tabletDirectory, int logId, org.apache.hadoop.fs.Path location, org.apache.accumulo.tserver.tablet.DatafileManager datafileManager, TabletServer tabletServer, TabletServerResourceManager.TabletResourceManager tabletResources, org.apache.accumulo.tserver.tablet.TabletMemory tabletMemory, TableConfiguration tableConfiguration, KeyExtent extent, ConfigurationObserver configObserver)Only visible for testingTablet(TabletServer tabletServer, KeyExtent extent, TabletServerResourceManager.TabletResourceManager trm, TabletData data)
-