Package org.apache.cassandra.config.CFMetaData

Examples of org.apache.cassandra.config.CFMetaData.Caching


        this.directories = directories;
        this.indexManager = new SecondaryIndexManager(this);
        this.metric = new ColumnFamilyMetrics(this);
        fileIndexGenerator.set(generation);

        Caching caching = metadata.getCaching();

        logger.info("Initializing {}.{}", table.name, columnFamily);

        // scan for sstables corresponding to this cf and load them
        data = new DataTracker(this);
View Full Code Here

TOP

Related Classes of org.apache.cassandra.config.CFMetaData.Caching

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.