Uses of Class
org.infinispan.commons.CacheConfigurationException
Package
Description
Commons Configuration package
Factories are internal components used to create other components based on a cache's
configuration.
Helpers that allow easy exposure of attributes and operations via JMX.
Soft Index
AdvancedLoadWriteStore
.Transports handle the low-level networking, used by the remoting components.
A transport implementation based on JGroups.
-
Uses of CacheConfigurationException in org.infinispan.client.hotrod.logging
Modifier and TypeMethodDescriptionLog.bloomFilterRequiresMaxActiveOneAndWait
(int maxActive, ExhaustedAction action) Log.duplicateClusterDefinition
(String siteName) Log.invalidMaxRetries
(int retriesPerServer) Log.invalidTransactionMode()
Log.missingClusterServersDefinition
(String siteName) Log.missingHostDefinition()
Log.missingKeyStorePassword
(String keyStore) Log.missingSniHostName()
Log.missingTrustStorePassword
(String trustStore) Log.nearCacheMaxEntriesPositiveWithBloom
(int maxEntries) Log.oauthBearerWithoutToken()
Log.parseErrorServerAddress
(String server) Log.xorSSLContext()
-
Uses of CacheConfigurationException in org.infinispan.commons.configuration
Modifier and TypeMethodDescriptionConfigurationUtils.builderFor
(B built) Returns the builder that was used to build this class. -
Uses of CacheConfigurationException in org.infinispan.configuration.parsing
Modifier and TypeMethodDescriptionstatic CacheConfigurationException
ParseUtils.attributeRemoved
(ConfigurationReader reader, int attributeIndex) static CacheConfigurationException
ParseUtils.attributeRemoved
(ConfigurationReader reader, int attributeIndex, String newAttributeName) static CacheConfigurationException
ParseUtils.elementRemoved
(ConfigurationReader reader) static CacheConfigurationException
ParseUtils.elementRemoved
(ConfigurationReader reader, String newElementName) -
Uses of CacheConfigurationException in org.infinispan.factories
Modifier and TypeMethodDescriptionInternalCacheFactory.createCache
(Configuration configuration, GlobalComponentRegistry globalComponentRegistry, String cacheName) This implementation clones the configuration passed in before using it.void
AbstractComponentRegistry.wireDependencies
(Object target) Deprecated, for removal: This API element is subject to removal in a future version.Wires an object instance with dependencies annotated with theInject
annotation, creating more components as needed based on the Configuration passed in if these additional components don't exist in theComponentRegistry
.void
AbstractComponentRegistry.wireDependencies
(Object target, boolean startDependencies) Deprecated, for removal: This API element is subject to removal in a future version.Wires an object instance with dependencies annotated with theInject
annotation, creating more components as needed based on the Configuration passed in if these additional components don't exist in theComponentRegistry
. -
Uses of CacheConfigurationException in org.infinispan.jmx
-
Uses of CacheConfigurationException in org.infinispan.persistence.jdbc.common.logging
Modifier and TypeMethodDescriptionLog.deleteAllCannotHaveParameters
(String selectAllStatement) Log.deleteAndSelectQueryMismatchArguments
(String paramName, String upsertStatement, String selectStatement) Log.deleteAndSelectQueryMismatchArguments
(List<String> deleteParams, List<String> selectParams) Log.duplicateFieldInSchema
(String fieldName, String schemaName) Log.existingStoreSegmentMismatch
(int existing, int cache) Log.invalidCharacterInSql
(char character, int position, String sqlStatement) Log.keyCannotEmbedWithEnum
(String schemaName) Log.keyColumnsNotReturnedFromSelectAll
(String keyColumns, String selectAllStatement) Log.keyColumnsRequired()
Log.keyNotInSchema
(String primaryKeyName, String schemaName) Log.missingConnectionFactory()
Log.namedParamNotReturnedFromSelect
(String paramName, String selectAllStatement, String selectStatement) Log.nonTerminatedNamedParamInSql
(int position, String sqlStatement) Log.noPrimaryKeysFoundForTable
(String tableName) Log.noValueColumnForTable
(String tableName) Log.primaryKeyPresentButNotEmbedded
(String fieldName, String schemaName) Log.repeatedFieldsNotSupported
(String fieldName, String schemaName) Log.requiredSchemaFieldNotPresent
(String fieldName, String schemaName) Log.schemaNotFound
(String schemaName) Log.selectAllCannotHaveParameters
(String selectAllStatement) Log.sizeCannotHaveParameters
(String selectAllStatement) Log.tableManipulationAttributeNotSet
(String groupName, String name) Log.tableNameMissing()
Log.tableNotInCorrectFormat
(String tableName) Log.unableToDetectDialect
(String supportedDialects) Log.unnamedParametersNotAllowed
(int position, String sqlStatement) Log.valueNotInSchema
(List<String> columnNames, String schemaName) -
Uses of CacheConfigurationException in org.infinispan.persistence.remote.logging
Modifier and TypeMethodDescriptionLog.segmentationNotSupportedInThisVersion
(ProtocolVersion version) Log.segmentationRequiresEqualMediaTypes
(MediaType cacheMediaType, MediaType serverMediaType) Log.segmentationRequiresEqualSegments
(int cacheSegmentCount, Integer serverSegmentCount) -
Uses of CacheConfigurationException in org.infinispan.persistence.rocksdb.logging
-
Uses of CacheConfigurationException in org.infinispan.persistence.sifs
Modifier and TypeMethodDescriptionLog.invalidCompactionThreshold
(double value) Log.maxNodeSizeLimitedToShort
(int maxNodeSize) Log.minNodeSizeMustBeLessOrEqualToMax
(int minNodeSize, int maxNodeSize) -
Uses of CacheConfigurationException in org.infinispan.query.logging
Modifier and TypeMethodDescriptionLog.cannotLoadIndexedClass
(String name, Throwable t) Log.classNotIndexable
(String className) -
Uses of CacheConfigurationException in org.infinispan.remoting.transport
Modifier and TypeMethodDescriptionvoid
AbstractDelegatingTransport.checkCrossSiteAvailable()
void
Transport.checkCrossSiteAvailable()
Checks if thisTransport
is able to perform cross-site requests. -
Uses of CacheConfigurationException in org.infinispan.remoting.transport.jgroups
-
Uses of CacheConfigurationException in org.infinispan.rest.logging
-
Uses of CacheConfigurationException in org.infinispan.server.core.logging
Modifier and TypeMethodDescriptionLog.configurationMustContainSingleCache
(String name, String configuration) Log.missingCacheConfiguration
(String name, String configuration) Log.missingKeyStorePassword
(String keyStore) Log.missingTrustStorePassword
(String trustStore) Log.noSniDomainConfigured()
Log.xorSSLContext()
-
Uses of CacheConfigurationException in org.infinispan.server.hotrod.logging
Modifier and TypeMethodDescriptionLog.invalidAllowedMechs
(Set<String> allowedMechs, Set<String> allMechs) Log.missingHostAddress()
Log.missingServerName()
-
Uses of CacheConfigurationException in org.infinispan.server.memcached.logging