public interface InfinispanConnection
| Modifier and Type | Method and Description |
|---|---|
<K,V> org.infinispan.commons.api.BasicCache<K,V> |
getCache() |
org.infinispan.commons.api.BasicCacheContainer |
getCacheFactory() |
void |
registerMarshaller(org.infinispan.protostream.BaseMarshaller<InfinispanDocument> marshller) |
void |
registerProtobufFile(ProtobufResource protobuf) |
void |
unRegisterMarshaller(org.infinispan.protostream.BaseMarshaller<InfinispanDocument> marshller) |
org.infinispan.commons.api.BasicCacheContainer getCacheFactory()
throws org.teiid.translator.TranslatorException
org.teiid.translator.TranslatorException<K,V> org.infinispan.commons.api.BasicCache<K,V> getCache()
throws org.teiid.translator.TranslatorException
org.teiid.translator.TranslatorExceptionvoid registerProtobufFile(ProtobufResource protobuf) throws org.teiid.translator.TranslatorException
org.teiid.translator.TranslatorExceptionvoid registerMarshaller(org.infinispan.protostream.BaseMarshaller<InfinispanDocument> marshller) throws org.teiid.translator.TranslatorException
org.teiid.translator.TranslatorExceptionvoid unRegisterMarshaller(org.infinispan.protostream.BaseMarshaller<InfinispanDocument> marshller) throws org.teiid.translator.TranslatorException
org.teiid.translator.TranslatorExceptionCopyright © 2017 JBoss by Red Hat. All rights reserved.