Package krati.store.handler

Examples of krati.store.handler.Long2LongDataStoreHandler


        valueStart = rand.nextInt();
        serializer = new LongSerializer();
    }
   
    protected DataStoreHandler createDataStoreHandler() {
        return new Long2LongDataStoreHandler();
    }
View Full Code Here

TOP

Related Classes of krati.store.handler.Long2LongDataStoreHandler

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.