Interface ProtobufMetadataManagerConstants
- All Known Subinterfaces:
ProtobufMetadataManager, ProtobufMetadataManagerMBean
Deprecated.
Useful constants used by the Protobuf metadata cache.
- Since:
- 7.1
- Author:
- anistor@redhat.com
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.All error status keys end with this suffix.static final StringDeprecated.The 'component' key property of ProtobufMetadataManager's ObjectName.static final StringDeprecated.All protobuf definition source files must end with this suffix.static final StringDeprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
PROTOBUF_METADATA_CACHE_NAME
Deprecated, for removal: This API element is subject to removal in a future version.The name of the Protobuf definitions cache.- See Also:
-
ERRORS_KEY_SUFFIX
Deprecated.All error status keys end with this suffix. This is also the name of the global error key.- See Also:
-
PROTO_KEY_SUFFIX
Deprecated.All protobuf definition source files must end with this suffix.- See Also:
-
OBJECT_NAME
Deprecated.The 'component' key property of ProtobufMetadataManager's ObjectName.- See Also:
-
RemoteCacheManager remoteCacheManager = ...; RemoteSchemasAdmin schemasAdmin = remoteCacheManager.administration().schemas();