public interface InfinispanConnection extends Connection
Modifier and Type | Method and Description |
---|---|
<T> T |
execute(String scriptName,
Map<String,?> params) |
<K,V> org.infinispan.commons.api.BasicCache<K,V> |
getCache() |
<K,V> org.infinispan.commons.api.BasicCache<K,V> |
getCache(String cacheName) |
ExecutionFactory.TransactionSupport |
getTransactionSupport() |
void |
registerMarshaller(Table table,
RuntimeMetadata metadata) |
void |
registerProtobufFile(ProtobufResource protobuf) |
close
<K,V> org.infinispan.commons.api.BasicCache<K,V> getCache(String cacheName) throws TranslatorException
TranslatorException
<K,V> org.infinispan.commons.api.BasicCache<K,V> getCache() throws TranslatorException
TranslatorException
void registerProtobufFile(ProtobufResource protobuf) throws TranslatorException
TranslatorException
void registerMarshaller(Table table, RuntimeMetadata metadata) throws TranslatorException
TranslatorException
ExecutionFactory.TransactionSupport getTransactionSupport()
Copyright © 2020. All rights reserved.