Package com.flaptor.indextank.rpc

Examples of com.flaptor.indextank.rpc.SegmentInfo


        raf.close();
        return false;
    }

    public SegmentInfo getInfo() {
        SegmentInfo info = new SegmentInfo();
        info.set_timestamp(timestamp);
        if (recordCount != null) info.set_record_count(recordCount);
        info.set_sorted(isSorted());
        return info;
    }
View Full Code Here

TOP

Related Classes of com.flaptor.indextank.rpc.SegmentInfo

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.