Package org.infinispan.query.core.impl
Interface Log
- All Superinterfaces:
org.jboss.logging.BasicLogger
- All Known Implementing Classes:
Log_$logger
@MessageLogger(projectCode="ISPN")
@ValidIdRange(min=14001,
max=14500)
public interface Log
extends org.jboss.logging.BasicLogger
Log abstraction for the query-core module. For this module, message ids ranging from 14001 to 14500 inclusively have been
reserved.
- Since:
- 10.1
- Author:
- anistor@redhat.com
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.infinispan.commons.CacheExceptionorg.infinispan.commons.CacheExceptionorg.infinispan.objectfilter.ParsingExceptionorg.infinispan.objectfilter.ParsingExceptionorg.infinispan.objectfilter.ParsingExceptionmultivaluedPropertyCannotBeProjected(String propertyPath) org.infinispan.objectfilter.ParsingExceptionmultivaluedPropertyCannotBeUsedInGroupBy(String propertyPath) org.infinispan.objectfilter.ParsingExceptionmultivaluedPropertyCannotBeUsedInOrderBy(String propertyPath) org.infinispan.partitionhandling.AvailabilityExceptionorg.infinispan.commons.CacheExceptionMethods 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
-
LOG_ROOT
- See Also:
-
CONTAINER
-
-
Method Details
-
groupingAndAggregationQueriesMustUseProjections
@Message(value="Queries containing grouping and aggregation functions must use projections.", id=14021) org.infinispan.objectfilter.ParsingException groupingAndAggregationQueriesMustUseProjections() -
cannotHaveAggregationsInGroupByClause
@Message(value="Cannot have aggregate functions in GROUP BY clause", id=14022) IllegalStateException cannotHaveAggregationsInGroupByClause() -
multivaluedPropertyCannotBeUsedInGroupBy
@Message(value="Using the multi-valued property path \'%s\' in the GROUP BY clause is not currently supported", id=14023) org.infinispan.objectfilter.ParsingException multivaluedPropertyCannotBeUsedInGroupBy(String propertyPath) -
multivaluedPropertyCannotBeUsedInOrderBy
@Message(value="The property path \'%s\' cannot be used in the ORDER BY clause because it is multi-valued", id=14024) org.infinispan.objectfilter.ParsingException multivaluedPropertyCannotBeUsedInOrderBy(String propertyPath) -
queryMustNotUseGroupingOrAggregation
@Message(value="The query must not use grouping or aggregation", id=14025) IllegalStateException queryMustNotUseGroupingOrAggregation() -
expressionMustBePartOfAggregateFunctionOrShouldBeIncludedInGroupByClause
@Message(value="The expression \'%s\' must be part of an aggregate function or it should be included in the GROUP BY clause", id=14026) org.infinispan.objectfilter.ParsingException expressionMustBePartOfAggregateFunctionOrShouldBeIncludedInGroupByClause(String propertyPath) -
multivaluedPropertyCannotBeProjected
@Message(value="The property path \'%s\' cannot be projected because it is multi-valued", id=14027) org.infinispan.objectfilter.ParsingException multivaluedPropertyCannotBeProjected(String propertyPath) -
partitionDegraded
@Message(value="Cannot execute query: cluster is operating in degraded mode and partition handling configuration doesn\'t allow reads and writes.", id=14042) org.infinispan.partitionhandling.AvailabilityException partitionDegraded() -
unsupportedStatement
@Message(value="Only DELETE statements are supported by executeStatement", id=14056) org.infinispan.commons.CacheException unsupportedStatement() -
deleteStatementsCannotUsePaging
@Message(value="DELETE statements cannot use paging (firstResult/maxResults)", id=14057) org.infinispan.commons.CacheException deleteStatementsCannotUsePaging() -
entryIteratorDoesNotAllowProjections
@Message(value="Projections are not supported with entryIterator()", id=14058) org.infinispan.commons.CacheException entryIteratorDoesNotAllowProjections()
-