Package com.taobao.metamorphosis.client.consumer.storage

Examples of com.taobao.metamorphosis.client.consumer.storage.LocalOffsetStorage


    }


    private LocalOffsetStorage newLocalOffsetStorage() {
        try {
            return new LocalOffsetStorage();
        }
        catch (final IOException e) {
            throw new InvalidConsumerConfigException("����Consumerʧ��,Create LocalOffsetStorage failed", e);
        }
    }
View Full Code Here

TOP

Related Classes of com.taobao.metamorphosis.client.consumer.storage.LocalOffsetStorage

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.