Uses of Interface
org.infinispan.query.remote.client.ProtobufMetadataManagerConstants
-
Packages that use ProtobufMetadataManagerConstants Package Description org.infinispan.query.remote Server-side remote query components.org.infinispan.query.remote.client Query client support classes. -
-
Uses of ProtobufMetadataManagerConstants in org.infinispan.query.remote
Subinterfaces of ProtobufMetadataManagerConstants in org.infinispan.query.remote Modifier and Type Interface Description interface
ProtobufMetadataManager
A clustered persistent and replicated repository of protobuf definition files. -
Uses of ProtobufMetadataManagerConstants in org.infinispan.query.remote.client
Subinterfaces of ProtobufMetadataManagerConstants in org.infinispan.query.remote.client Modifier and Type Interface Description interface
ProtobufMetadataManagerMBean
MBean interface for ProtobufMetadataManager, suitable for building invocation proxies with one of theJMX.newMBeanProxy(javax.management.MBeanServerConnection, javax.management.ObjectName, java.lang.Class<T>)
methods.
-