Package org.apache.jackrabbit.oak.spi.whiteboard

Examples of org.apache.jackrabbit.oak.spi.whiteboard.OsgiWhiteboard


            mongo = new Mongo(host, port);
            SegmentCache sc = new SegmentCache(cache * MB);
            store = new MongoStore(mongo.getDB(db), sc);

            cacheStatsReg = registerMBean(new OsgiWhiteboard(context.getBundleContext()), CacheStatsMBean.class,
                    sc.getCacheStats(), CacheStatsMBean.TYPE, sc.getCacheStats().getName());
        }

        delegate = new SegmentNodeStore(store);
    }
View Full Code Here

TOP

Related Classes of org.apache.jackrabbit.oak.spi.whiteboard.OsgiWhiteboard

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.