Uses of Class
org.apache.cassandra.io.sstable.format.VersionAndType
-
Packages that use VersionAndType Package Description org.apache.cassandra.gms org.apache.cassandra.io.sstable.format org.apache.cassandra.service -
-
Uses of VersionAndType in org.apache.cassandra.gms
Method parameters in org.apache.cassandra.gms with type arguments of type VersionAndType Modifier and Type Method Description VersionedValueVersionedValue.VersionedValueFactory. sstableVersions(java.util.Set<VersionAndType> versions) -
Uses of VersionAndType in org.apache.cassandra.io.sstable.format
Methods in org.apache.cassandra.io.sstable.format that return VersionAndType Modifier and Type Method Description static VersionAndTypeVersionAndType. fromString(java.lang.String versionAndType) -
Uses of VersionAndType in org.apache.cassandra.service
Fields in org.apache.cassandra.service with type parameters of type VersionAndType Modifier and Type Field Description com.google.common.collect.ImmutableSet<VersionAndType>SSTablesVersionsInUseChangeNotification. versionsInUseThe set of all sstable versions in use on this node at the time of this notification.Methods in org.apache.cassandra.service that return types with arguments of type VersionAndType Modifier and Type Method Description java.util.Set<VersionAndType>SSTablesGlobalTracker. versionsInUse()The set of all sstable versions currently in use on this node.
-