Uses of Interface
org.apache.cassandra.utils.OutputHandler
-
-
Uses of OutputHandler in org.apache.cassandra.db.compaction
Constructors in org.apache.cassandra.db.compaction with parameters of type OutputHandler Constructor Description Upgrader(ColumnFamilyStore cfs, LifecycleTransaction txn, OutputHandler outputHandler)
-
Uses of OutputHandler in org.apache.cassandra.dht.tokenallocator
Methods in org.apache.cassandra.dht.tokenallocator with parameters of type OutputHandler Modifier and Type Method Description static java.util.List<OfflineTokenAllocator.FakeNode>
OfflineTokenAllocator. allocate(int rf, int numTokens, int[] nodesPerRack, OutputHandler logger, IPartitioner partitioner)
-
Uses of OutputHandler in org.apache.cassandra.io.sstable
Constructors in org.apache.cassandra.io.sstable with parameters of type OutputHandler Constructor Description SSTableLoader(File directory, SSTableLoader.Client client, OutputHandler outputHandler)
SSTableLoader(File directory, SSTableLoader.Client client, OutputHandler outputHandler, int connectionsPerHost, java.lang.String targetKeyspace)
SSTableLoader(File directory, SSTableLoader.Client client, OutputHandler outputHandler, int connectionsPerHost, java.lang.String targetKeyspace, java.lang.String targetTable)
-
Uses of OutputHandler in org.apache.cassandra.io.sstable.format
Fields in org.apache.cassandra.io.sstable.format declared as OutputHandler Modifier and Type Field Description protected OutputHandler
SortedTableScrubber. outputHandler
protected OutputHandler
SortedTableVerifier. outputHandler
Methods in org.apache.cassandra.io.sstable.format with parameters of type OutputHandler Modifier and Type Method Description IScrubber
SSTableFormat. getScrubber(ColumnFamilyStore cfs, LifecycleTransaction transaction, OutputHandler outputHandler, IScrubber.Options options)
Returns a new scrubber for an sstable.abstract IVerifier
SSTableReader. getVerifier(ColumnFamilyStore cfs, OutputHandler outputHandler, boolean isOffline, IVerifier.Options options)
Returns a new verifier for this sstable.Constructors in org.apache.cassandra.io.sstable.format with parameters of type OutputHandler Constructor Description SortedTableScrubber(ColumnFamilyStore cfs, LifecycleTransaction transaction, OutputHandler outputHandler, IScrubber.Options options)
SortedTableVerifier(ColumnFamilyStore cfs, R sstable, OutputHandler outputHandler, boolean isOffline, IVerifier.Options options)
-
Uses of OutputHandler in org.apache.cassandra.io.sstable.format.big
Methods in org.apache.cassandra.io.sstable.format.big with parameters of type OutputHandler Modifier and Type Method Description IScrubber
BigFormat. getScrubber(ColumnFamilyStore cfs, LifecycleTransaction transaction, OutputHandler outputHandler, IScrubber.Options options)
IVerifier
BigTableReader. getVerifier(ColumnFamilyStore cfs, OutputHandler outputHandler, boolean isOffline, IVerifier.Options options)
Constructors in org.apache.cassandra.io.sstable.format.big with parameters of type OutputHandler Constructor Description BigTableScrubber(ColumnFamilyStore cfs, LifecycleTransaction transaction, OutputHandler outputHandler, IScrubber.Options options)
BigTableVerifier(ColumnFamilyStore cfs, BigTableReader sstable, OutputHandler outputHandler, boolean isOffline, IVerifier.Options options)
-
Uses of OutputHandler in org.apache.cassandra.io.sstable.format.bti
Methods in org.apache.cassandra.io.sstable.format.bti with parameters of type OutputHandler Modifier and Type Method Description IScrubber
BtiFormat. getScrubber(ColumnFamilyStore cfs, LifecycleTransaction transaction, OutputHandler outputHandler, IScrubber.Options options)
IVerifier
BtiTableReader. getVerifier(ColumnFamilyStore cfs, OutputHandler outputHandler, boolean isOffline, IVerifier.Options options)
Constructors in org.apache.cassandra.io.sstable.format.bti with parameters of type OutputHandler Constructor Description BtiTableScrubber(ColumnFamilyStore cfs, LifecycleTransaction transaction, OutputHandler outputHandler, IScrubber.Options options)
BtiTableVerifier(ColumnFamilyStore cfs, BtiTableReader sstable, OutputHandler outputHandler, boolean isOffline, IVerifier.Options options)
-
Uses of OutputHandler in org.apache.cassandra.utils
Classes in org.apache.cassandra.utils that implement OutputHandler Modifier and Type Class Description static class
OutputHandler.LogOutput
static class
OutputHandler.SystemOutput
-