Interface Log
- All Superinterfaces:
org.jboss.logging.BasicLogger
- All Known Implementing Classes:
Log_$logger
@MessageLogger(projectCode="ISPN")
@ValidIdRange(min=28001,
max=28500)
public interface Log
extends org.jboss.logging.BasicLogger
Log abstraction for the remote query module. For this module, message ids ranging from 28001 to 28500 inclusively
have been reserved.
- Since:
- 6.0
- Author:
- anistor@redhat.com
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.infinispan.commons.CacheExceptioncacheDoesNotSupportCommand(String cacheName, String commandType) org.infinispan.commons.CacheExceptioncacheNotQueryable(String cacheName, String storage) org.infinispan.commons.CacheExceptiondimensionAttributeRequired(String fieldName) voidorg.infinispan.commons.CacheExceptionerrorInitializingSerCtx(Throwable cause) org.infinispan.commons.CacheExceptionfailedToParseProtoFile(String fileName, Throwable cause) org.infinispan.commons.CacheExceptionfieldTypeNotIndexable(String typeName, String fieldName) org.infinispan.commons.CacheExceptionkeyMustBeString(Class<?> c) org.infinispan.commons.CacheExceptionorg.infinispan.commons.CacheConfigurationExceptionkeyPropertyNameAlreadyInUse(String keyPropertyName) org.infinispan.commons.CacheExceptionqueryingNotEnabled(String cacheName) org.infinispan.commons.CacheConfigurationExceptiontypeNotIndexed(String typeName) org.infinispan.commons.CacheConfigurationExceptionunknownType(String typeName) org.infinispan.commons.CacheExceptionvalueMustBeString(Class<?> c) voidwarnNoMediaType(String cacheName) org.infinispan.commons.CacheExceptionwrongTypeForVector(String typeName, String fieldName, org.infinispan.protostream.descriptors.JavaType validType1, org.infinispan.protostream.descriptors.JavaType validType2) Methods inherited from interface org.jboss.logging.BasicLogger
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnv
-
Field Details
-
CONTAINER
-
-
Method Details
-
queryingNotEnabled
@Message(value="Querying is not enabled on cache %s", id=28004) org.infinispan.commons.CacheException queryingNotEnabled(String cacheName) -
keyMustBeString
@Message(value="The key must be a String : %s", id=28007) org.infinispan.commons.CacheException keyMustBeString(Class<?> c) -
valueMustBeString
@Message(value="The value must be a String : %s", id=28008) org.infinispan.commons.CacheException valueMustBeString(Class<?> c) -
keyMustBeStringEndingWithProto
@Message(value="The key must be a String ending with \".proto\" : %s", id=28009) org.infinispan.commons.CacheException keyMustBeStringEndingWithProto(Object key) -
failedToParseProtoFile
-
errorInitializingSerCtx
@Message(value="Error during execution of protostream serialization context initializer", id=28013) org.infinispan.commons.CacheException errorInitializingSerCtx(@Cause Throwable cause) -
cacheDoesNotSupportCommand
-
cacheNotQueryable
-
warnNoMediaType
@LogMessage(level=WARN) @Message(id=28016, value="Query performed in a cache (\'%s\') that has an unknown format configuration. Please configure the cache encoding as \'application/x-protostream\' or \'application/x-java-object\'") void warnNoMediaType(String cacheName) -
fieldTypeNotIndexable
-
typeNotIndexed
@Message(id=28021, value="The configured indexed-entity type \'%s\' must be indexed. Please annotate it with @Indexed and make sure at least one field has some indexing annotation, or remove it from the configuration.") org.infinispan.commons.CacheConfigurationException typeNotIndexed(String typeName) -
unknownType
@Message(id=28022, value="The declared indexed type \'%s\' is not known. Please register its proto schema file first") org.infinispan.commons.CacheConfigurationException unknownType(String typeName) -
dimensionAttributeRequired
@Message(id=28023, value="Dimension attribute is required for the vector field \'%s\'") org.infinispan.commons.CacheException dimensionAttributeRequired(String fieldName) -
wrongTypeForVector
@Message(id=28024, value="The type \'%s\' is not valid for the vector field \'%s\'. Valid types are: \'%s\' or \'%s\'.") org.infinispan.commons.CacheException wrongTypeForVector(String typeName, String fieldName, org.infinispan.protostream.descriptors.JavaType validType1, org.infinispan.protostream.descriptors.JavaType validType2) -
keyPropertyNameAlreadyInUse
@Message(id=28025, value="The key property name \'%s\' is already used by another mapped field. You can change it setting the attribute \'keyPropertyName\'.") org.infinispan.commons.CacheConfigurationException keyPropertyNameAlreadyInUse(String keyPropertyName) -
errorIndexingProtobufEntry
@LogMessage(level=WARN) @Message(id=28026, value="Error indexing protobuf entity.") void errorIndexingProtobufEntry(@Cause Throwable cause)
-