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
TranslatorExceptionvoid registerProtobufFile(ProtobufResource protobuf) throws TranslatorException
TranslatorExceptionvoid registerMarshaller(Table table, RuntimeMetadata metadata) throws TranslatorException
TranslatorExceptionExecutionFactory.TransactionSupport getTransactionSupport()
Copyright © 2020. All rights reserved.