Package com.rackspacecloud.blueflood.io

Examples of com.rackspacecloud.blueflood.io.MetadataIO


   
    @Test
    public void testIOReplacement() throws Exception {
       
        // create the replacement IO.
        final MetadataIO mapIO = new InMemoryMetadataIO();
        final MetadataIO astIO = new AstyanaxMetadataIO();
       
        final MetadataCache cache = MetadataCache.createLoadingCacheInstance();
        cache.setIO(astIO);
       
        // DO NOT SET USING LOCAL IO INSTANCE!!!!
View Full Code Here

TOP

Related Classes of com.rackspacecloud.blueflood.io.MetadataIO

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.