Package org.infinispan.query.remote
Interface ProtobufMetadataManager
- 
- All Superinterfaces:
- ProtobufMetadataManagerConstants,- ProtobufMetadataManagerMBean
 
 public interface ProtobufMetadataManager extends ProtobufMetadataManagerMBean A clustered persistent and replicated repository of protobuf definition files. All protobuf types and their marshallers must be registered with this repository before being used.ProtobufMetadataManager is backed by an internal replicated cache named ___protobuf_metadata. - Since:
- 8.0
- Author:
- anistor@redhat.com
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringSCHEMA_MANAGER_ROLE- 
Fields inherited from interface org.infinispan.query.remote.client.ProtobufMetadataManagerConstantsERRORS_KEY_SUFFIX, OBJECT_NAME, PROTO_KEY_SUFFIX, PROTOBUF_METADATA_CACHE_NAME
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidregisterMarshaller(org.infinispan.protostream.BaseMarshaller<?> marshaller)voidunregisterMarshaller(org.infinispan.protostream.BaseMarshaller<?> marshaller)- 
Methods inherited from interface org.infinispan.query.remote.client.ProtobufMetadataManagerMBeangetFileErrors, getFilesWithErrors, getProtofile, getProtofileNames, registerProtofile, registerProtofiles, unregisterProtofile, unregisterProtofiles
 
- 
 
- 
- 
- 
Field Detail- 
SCHEMA_MANAGER_ROLEstatic final String SCHEMA_MANAGER_ROLE - See Also:
- Constant Field Values
 
 
- 
 
-