All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.infinispan.query.remote.client.ProtobufMetadataManagerConstants Maven / Gradle / Ivy

There is a newer version: 9.1.7.Final
Show newest version
package org.infinispan.query.remote.client;

/**
 * Constants used by the Protobuf metadata cache.
 *
 * @author [email protected]
 * @since 7.1
 */
public interface ProtobufMetadataManagerConstants {

   /**
    * The name of the Protobuf definitions cache.
    */
   String PROTOBUF_METADATA_CACHE_NAME = "___protobuf_metadata";

   /**
    * All error status keys end with this suffix.
    */
   String ERRORS_KEY_SUFFIX = ".errors";

   /**
    * All protobuf definition source files must end with this suffix.
    */
   String PROTO_KEY_SUFFIX = ".proto";

   /**
    * The 'component' key property of ProtobufMetadataManager's ObjectName.
    */
   String OBJECT_NAME = "ProtobufMetadataManager";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy