Uses of Class
org.apache.cassandra.config.Config.FlushCompression
-
Packages that use Config.FlushCompression Package Description org.apache.cassandra.config -
-
Uses of Config.FlushCompression in org.apache.cassandra.config
Fields in org.apache.cassandra.config declared as Config.FlushCompression Modifier and Type Field Description Config.FlushCompressionConfig. flush_compressionMethods in org.apache.cassandra.config that return Config.FlushCompression Modifier and Type Method Description static Config.FlushCompressionDatabaseDescriptor. getFlushCompression()static Config.FlushCompressionConfig.FlushCompression. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Config.FlushCompression[]Config.FlushCompression. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cassandra.config with parameters of type Config.FlushCompression Modifier and Type Method Description static voidDatabaseDescriptor. setFlushCompression(Config.FlushCompression compression)
-