Package org.lilyproject.avro

Examples of org.lilyproject.avro.AvroTypeBucket


    @Override
    public TypeBucket getTypeBucketWithoutCache(String bucketId) throws RepositoryException,
            InterruptedException {
        try {

            AvroTypeBucket avroTypeBucket = lilyProxy.getTypeBucketWithoutCache(bucketId);
            return converter.convertAvroTypeBucket(avroTypeBucket, this);
        } catch (AvroRepositoryException e) {
            throw converter.convert(e);
        } catch (AvroRemoteException e) {
            throw handleAvroRemoteException(e);
View Full Code Here

TOP

Related Classes of org.lilyproject.avro.AvroTypeBucket

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.