Package com.hazelcast.map.impl.tx

Examples of com.hazelcast.map.impl.tx.TransactionalMapProxy


    }

    @SuppressWarnings("unchecked")
    @Override
    public TransactionalMapProxy createTransactionalObject(String name, TransactionSupport transaction) {
        return new TransactionalMapProxy(name, mapServiceContext.getService(), nodeEngine, transaction);
    }
View Full Code Here

TOP

Related Classes of com.hazelcast.map.impl.tx.TransactionalMapProxy

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.