Package com.taobao.common.store.journal.impl

Examples of com.taobao.common.store.journal.impl.ConcurrentIndexMap


                this.indices =
                        new LRUIndexMap(capacity, this.getPath() + File.separator + name + "_indexCache",
                            enableIndexLRU);
            }
            else {
                this.indices = new ConcurrentIndexMap();
            }
        }
        else {
            this.indices = indices;
        }
View Full Code Here

TOP

Related Classes of com.taobao.common.store.journal.impl.ConcurrentIndexMap

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.