Uses of Class
org.infinispan.commons.CacheConfigurationException
Packages that use 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
Methods in org.infinispan.client.hotrod.logging that return CacheConfigurationExceptionModifier 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
Methods in org.infinispan.commons.configuration that throw CacheConfigurationExceptionModifier and TypeMethodDescriptionConfigurationUtils.builderFor
(B built) Returns the builder that was used to build this class. -
Uses of CacheConfigurationException in org.infinispan.configuration.parsing
Methods in org.infinispan.configuration.parsing that return CacheConfigurationExceptionModifier 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
Methods in org.infinispan.factories that throw CacheConfigurationExceptionModifier 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
Subclasses of CacheConfigurationException in org.infinispan.jmx -
Uses of CacheConfigurationException in org.infinispan.persistence.jdbc.common.logging
Methods in org.infinispan.persistence.jdbc.common.logging that return CacheConfigurationExceptionModifier 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
Methods in org.infinispan.persistence.remote.logging that return CacheConfigurationExceptionModifier and TypeMethodDescriptionLog.segmentationNotSupportedInThisVersion
(ProtocolVersion version) Log.segmentationRequiresEqualMediaTypes
(MediaType cacheMediaType, MediaType serverMediaType) Log.segmentationRequiresEqualSegments
(int cacheSegmentCount, Integer serverSegmentCount) Log.shouldUseSameMarshallerWithContainer
(Marshaller inUse, Marshaller provided) Log.unknownRemoteCacheManagerContainer
(String name) -
Uses of CacheConfigurationException in org.infinispan.persistence.rocksdb.logging
Methods in org.infinispan.persistence.rocksdb.logging that return CacheConfigurationException -
Uses of CacheConfigurationException in org.infinispan.persistence.sifs
Methods in org.infinispan.persistence.sifs that return CacheConfigurationExceptionModifier and TypeMethodDescriptionLog.invalidCompactionThreshold
(double value) Log.maxNodeSizeLimitedToShort
(int maxNodeSize) Log.minNodeSizeMustBeLessOrEqualToMax
(int minNodeSize, int maxNodeSize) -
Uses of CacheConfigurationException in org.infinispan.query.logging
Methods in org.infinispan.query.logging that return CacheConfigurationExceptionModifier and TypeMethodDescriptionLog.cannotLoadIndexedClass
(String name, Throwable t) Log.classNotIndexable
(String className) -
Uses of CacheConfigurationException in org.infinispan.remoting.transport
Methods in org.infinispan.remoting.transport that throw CacheConfigurationExceptionModifier 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
Methods in org.infinispan.remoting.transport.jgroups that throw CacheConfigurationException -
Uses of CacheConfigurationException in org.infinispan.rest.logging
Methods in org.infinispan.rest.logging that return CacheConfigurationException -
Uses of CacheConfigurationException in org.infinispan.server.core.logging
Methods in org.infinispan.server.core.logging that return CacheConfigurationExceptionModifier and TypeMethodDescriptionLog.configurationMustContainSingleCache
(String name, String configuration) Log.invalidAllowedMechs
(Set<String> allowedMechs, Set<String> allMechs) Log.missingCacheConfiguration
(String name, String configuration) Log.missingKeyStorePassword
(String keyStore) Log.missingServerName()
Log.missingTrustStorePassword
(String trustStore) Log.noSniDomainConfigured()
Log.xorSSLContext()
-
Uses of CacheConfigurationException in org.infinispan.server.hotrod.logging
Methods in org.infinispan.server.hotrod.logging that return CacheConfigurationException