Uses of Class
org.infinispan.commons.configuration.attributes.AttributeSet
-
-
Uses of AttributeSet in org.infinispan.client.hotrod.configuration
Methods in org.infinispan.client.hotrod.configuration that return AttributeSet Modifier and Type Method Description static AttributeSetStatisticsConfiguration. attributeDefinitionSet()AttributeSetStatisticsConfiguration. attributes() -
Uses of AttributeSet in org.infinispan.commons.configuration
Fields in org.infinispan.commons.configuration declared as AttributeSet Modifier and Type Field Description protected AttributeSetAbstractTypedPropertiesConfiguration. attributesMethods in org.infinispan.commons.configuration that return AttributeSet Modifier and Type Method Description default AttributeSetBaseConfigurationInfo. attributes()static AttributeSetAbstractTypedPropertiesConfiguration. attributeSet()Constructors in org.infinispan.commons.configuration with parameters of type AttributeSet Constructor Description AbstractTypedPropertiesConfiguration(AttributeSet attributes) -
Uses of AttributeSet in org.infinispan.commons.configuration.attributes
Methods in org.infinispan.commons.configuration.attributes that return AttributeSet Modifier and Type Method Description AttributeSetAttributeSet. checkProtection()AttributeSetAttributeSet. protect()Returns a new ValueSet where immutableAttributes are write-protectedMethods in org.infinispan.commons.configuration.attributes with parameters of type AttributeSet Modifier and Type Method Description booleanAttributeSet. matches(AttributeSet other)voidAttributeSet. read(AttributeSet other)Copies all attribute from another AttributeSetConstructors in org.infinispan.commons.configuration.attributes with parameters of type AttributeSet Constructor Description AttributeSet(java.lang.Class<?> klass, AttributeSet attributeSet, AttributeDefinition<?>... attributeDefinitions)AttributeSet(java.lang.String name, AttributeSet attributeSet, AttributeDefinition<?>[] attributeDefinitions) -
Uses of AttributeSet in org.infinispan.configuration.cache
Fields in org.infinispan.configuration.cache declared as AttributeSet Modifier and Type Field Description protected AttributeSetAbstractStoreConfiguration. attributesprotected AttributeSetAbstractStoreConfigurationBuilder. attributesMethods in org.infinispan.configuration.cache that return AttributeSet Modifier and Type Method Description static AttributeSetAbstractStoreConfiguration. attributeDefinitionSet()static AttributeSetClusterLoaderConfiguration. attributeDefinitionSet()static AttributeSetConfiguration. attributeDefinitionSet()static AttributeSetContentTypeConfiguration. attributeDefinitionSet()static AttributeSetCustomStoreConfiguration. attributeDefinitionSet()static AttributeSetInterceptorConfiguration. attributeDefinitionSet()static AttributeSetMemoryStorageConfiguration. attributeDefinitionSet()static AttributeSetSingleFileStoreConfiguration. attributeDefinitionSet()AttributeSetAbstractStoreConfiguration. attributes()AttributeSetAbstractStoreConfigurationBuilder. attributes()AttributeSetAsyncStoreConfiguration. attributes()AttributeSetAsyncStoreConfigurationBuilder. attributes()AttributeSetAuthorizationConfiguration. attributes()AttributeSetAuthorizationConfigurationBuilder. attributes()AttributeSetBackupConfiguration. attributes()AttributeSetBackupConfigurationBuilder. attributes()AttributeSetBackupForBuilder. attributes()AttributeSetBackupForConfiguration. attributes()AttributeSetClusteringConfiguration. attributes()AttributeSetClusteringConfigurationBuilder. attributes()AttributeSetClusterLoaderConfiguration. attributes()AttributeSetConfiguration. attributes()AttributeSetConfigurationBuilder. attributes()AttributeSetContentTypeConfiguration. attributes()AttributeSetContentTypeConfigurationBuilder. attributes()AttributeSetExpirationConfiguration. attributes()AttributeSetExpirationConfigurationBuilder. attributes()AttributeSetGroupsConfiguration. attributes()AttributeSetGroupsConfigurationBuilder. attributes()AttributeSetHashConfiguration. attributes()AttributeSetHashConfigurationBuilder. attributes()AttributeSetIndexingConfiguration. attributes()AttributeSetIndexingConfigurationBuilder. attributes()AttributeSetInterceptorConfiguration. attributes()AttributeSetInterceptorConfigurationBuilder. attributes()Deprecated.AttributeSetInvocationBatchingConfiguration. attributes()AttributeSetJMXStatisticsConfiguration. attributes()AttributeSetJMXStatisticsConfigurationBuilder. attributes()AttributeSetL1Configuration. attributes()AttributeSetL1ConfigurationBuilder. attributes()AttributeSetLockingConfiguration. attributes()AttributeSetLockingConfigurationBuilder. attributes()AttributeSetMemoryStorageConfiguration. attributes()AttributeSetMemoryStorageConfigurationBuilder. attributes()AttributeSetPartitionHandlingConfiguration. attributes()AttributeSetPartitionHandlingConfigurationBuilder. attributes()AttributeSetPersistenceConfiguration. attributes()AttributeSetPersistenceConfigurationBuilder. attributes()AttributeSetRecoveryConfiguration. attributes()AttributeSetRecoveryConfigurationBuilder. attributes()AttributeSetSecurityConfiguration. attributes()AttributeSetSingleFileStoreConfiguration. attributes()AttributeSetSingleFileStoreConfigurationBuilder. attributes()AttributeSetSitesConfiguration. attributes()AttributeSetSitesConfigurationBuilder. attributes()AttributeSetStateTransferConfiguration. attributes()AttributeSetStateTransferConfigurationBuilder. attributes()AttributeSetTakeOfflineConfiguration. attributes()AttributeSetTakeOfflineConfigurationBuilder. attributes()AttributeSetTransactionConfiguration. attributes()AttributeSetTransactionConfigurationBuilder. attributes()AttributeSetUnsafeConfiguration. attributes()AttributeSetUnsafeConfigurationBuilder. attributes()AttributeSetXSiteStateTransferConfiguration. attributes()AttributeSetXSiteStateTransferConfigurationBuilder. attributes() -
Uses of AttributeSet in org.infinispan.configuration.global
Methods in org.infinispan.configuration.global that return AttributeSet Modifier and Type Method Description static AttributeSetExecutorFactoryConfiguration. attributeDefinitionSet()static AttributeSetGlobalJmxStatisticsConfiguration. attributeDefinitionSet()static AttributeSetGlobalStateConfiguration. attributeDefinitionSet()static AttributeSetGlobalStatePathConfiguration. attributeDefinitionSet()static AttributeSetGlobalStorageConfiguration. attributeDefinitionSet()static AttributeSetJGroupsConfiguration. attributeDefinitionSet()static AttributeSetJGroupsProtocolConfiguration. attributeDefinitionSet()static AttributeSetPrincipalRoleMapperConfiguration. attributeDefinitionSet()static AttributeSetScheduledExecutorFactoryConfiguration. attributeDefinitionSet()static AttributeSetStackConfiguration. attributeDefinitionSet()static AttributeSetStackFileConfiguration. attributeDefinitionSet()static AttributeSetTemporaryGlobalStatePathConfiguration. attributeDefinitionSet()AttributeSetBoundedThreadPoolConfigurationBuilder. attributes()AttributeSetCachedThreadPoolConfigurationBuilder. attributes()AttributeSetExecutorFactoryConfiguration. attributes()AttributeSetGlobalAuthorizationConfiguration. attributes()AttributeSetGlobalJmxStatisticsConfiguration. attributes()AttributeSetGlobalStateConfiguration. attributes()AttributeSetGlobalStatePathConfiguration. attributes()AttributeSetGlobalStorageConfiguration. attributes()AttributeSetJGroupsConfiguration. attributes()AttributeSetJGroupsProtocolConfiguration. attributes()AttributeSetPrincipalRoleMapperConfiguration. attributes()AttributeSetScheduledThreadPoolConfigurationBuilder. attributes()AttributeSetSerializationConfiguration. attributes()AttributeSetShutdownConfiguration. attributes()AttributeSetShutdownConfigurationBuilder. attributes()AttributeSetStackConfiguration. attributes()AttributeSetStackConfigurationBuilder. attributes()AttributeSetStackFileConfiguration. attributes()AttributeSetStackFileConfigurationBuilder. attributes()AttributeSetTemporaryGlobalStatePathConfiguration. attributes()AttributeSetThreadFactoryConfigurationBuilder. attributes()AttributeSetTransportConfiguration. attributes()AttributeSetWhiteListConfiguration. attributes()Constructors in org.infinispan.configuration.global with parameters of type AttributeSet Constructor Description GlobalAuthorizationConfiguration(AttributeSet attributes, PrincipalRoleMapperConfiguration roleMapperConfiguration)GlobalStateConfiguration(AttributeSet attributes, GlobalStatePathConfiguration persistenceLocationConfiguration, GlobalStatePathConfiguration sharedPersistenceLocationConfiguration, TemporaryGlobalStatePathConfiguration temporaryLocationConfiguration, GlobalStorageConfiguration globalStorageConfiguration)GlobalStatePathConfiguration(AttributeSet attributes, java.lang.String elementName)TemporaryGlobalStatePathConfiguration(AttributeSet attributes, java.lang.String location) -
Uses of AttributeSet in org.infinispan.configuration.parsing
Methods in org.infinispan.configuration.parsing with parameters of type AttributeSet Modifier and Type Method Description static java.util.Map<java.lang.Object,java.lang.Object>XmlConfigHelper. setAttributes(AttributeSet attributes, java.util.Map<?,?> attribs, boolean isXmlAttribs, boolean failOnMissingAttribute) -
Uses of AttributeSet in org.infinispan.counter.configuration
Methods in org.infinispan.counter.configuration that return AttributeSet Modifier and Type Method Description static AttributeSetStrongCounterConfiguration. attributeDefinitionSet()static AttributeSetWeakCounterConfiguration. attributeDefinitionSet()AttributeSetAbstractCounterConfiguration. attributes()AttributeSetStrongCounterConfigurationBuilder. attributes()AttributeSetWeakCounterConfigurationBuilder. attributes() -
Uses of AttributeSet in org.infinispan.persistence.jdbc.configuration
Fields in org.infinispan.persistence.jdbc.configuration declared as AttributeSet Modifier and Type Field Description protected AttributeSetAbstractUnmanagedConnectionFactoryConfiguration. attributesMethods in org.infinispan.persistence.jdbc.configuration that return AttributeSet Modifier and Type Method Description static AttributeSetAbstractJdbcStoreConfiguration. attributeDefinitionSet()static AttributeSetJdbcStringBasedStoreConfiguration. attributeDefinitionSet()AttributeSetDataColumnConfiguration. attributes()AttributeSetDataColumnConfigurationBuilder. attributes()AttributeSetIdColumnConfiguration. attributes()AttributeSetIdColumnConfigurationBuilder. attributes()AttributeSetJdbcStringBasedStoreConfigurationBuilder. attributes()AttributeSetManagedConnectionFactoryConfiguration. attributes()AttributeSetManagedConnectionFactoryConfigurationBuilder. attributes()AttributeSetPooledConnectionFactoryConfiguration. attributes()AttributeSetPooledConnectionFactoryConfigurationBuilder. attributes()AttributeSetSegmentColumnConfiguration. attributes()AttributeSetSegmentColumnConfigurationBuilder. attributes()AttributeSetSimpleConnectionFactoryConfiguration. attributes()AttributeSetSimpleConnectionFactoryConfigurationBuilder. attributes()AttributeSetTableManipulationConfiguration. attributes()AttributeSetTableManipulationConfigurationBuilder. attributes()AttributeSetTimestampColumnConfiguration. attributes()AttributeSetTimestampColumnConfigurationBuilder. attributes()static AttributeSetAbstractUnmanagedConnectionFactoryConfiguration. attributeSet()static AttributeSetManagedConnectionFactoryConfiguration. attributeSet()static AttributeSetPooledConnectionFactoryConfiguration. attributeSet()Constructors in org.infinispan.persistence.jdbc.configuration with parameters of type AttributeSet Constructor Description AbstractJdbcStoreConfiguration(AttributeSet attributes, AsyncStoreConfiguration async, ConnectionFactoryConfiguration connectionFactory)AbstractJdbcStoreConfigurationBuilder(PersistenceConfigurationBuilder builder, AttributeSet attributes)AbstractUnmanagedConnectionFactoryConfiguration(AttributeSet attributes)DataColumnConfiguration(AttributeSet attributes)IdColumnConfiguration(AttributeSet attributes)JdbcStringBasedStoreConfiguration(AttributeSet attributes, AsyncStoreConfiguration async, ConnectionFactoryConfiguration connectionFactory, TableManipulationConfiguration table)PooledConnectionFactoryConfiguration(AttributeSet attributes)SegmentColumnConfiguration(AttributeSet attributes)TimestampColumnConfiguration(AttributeSet attributes) -
Uses of AttributeSet in org.infinispan.persistence.jpa.configuration
Methods in org.infinispan.persistence.jpa.configuration that return AttributeSet Modifier and Type Method Description static AttributeSetJpaStoreConfiguration. attributeDefinitionSet()Constructors in org.infinispan.persistence.jpa.configuration with parameters of type AttributeSet Constructor Description JpaStoreConfiguration(AttributeSet attributes, AsyncStoreConfiguration async) -
Uses of AttributeSet in org.infinispan.persistence.remote.configuration
Fields in org.infinispan.persistence.remote.configuration declared as AttributeSet Modifier and Type Field Description protected AttributeSetAbstractRemoteStoreConfigurationChildBuilder. attributesMethods in org.infinispan.persistence.remote.configuration that return AttributeSet Modifier and Type Method Description static AttributeSetConnectionPoolConfiguration. attributeDefinitionSet()static AttributeSetRemoteStoreConfiguration. attributeDefinitionSet()AttributeSetAuthenticationConfiguration. attributes()AttributeSetAuthenticationConfigurationBuilder. attributes()AttributeSetConnectionPoolConfiguration. attributes()AttributeSetConnectionPoolConfigurationBuilder. attributes()AttributeSetExecutorFactoryConfiguration. attributes()AttributeSetExecutorFactoryConfigurationBuilder. attributes()AttributeSetKeyStoreConfiguration. attributes()AttributeSetKeyStoreConfigurationBuilder. attributes()AttributeSetMechanismConfiguration. attributes()AttributeSetMechanismConfigurationBuilder. attributes()AttributeSetRemoteServerConfiguration. attributes()AttributeSetRemoteServerConfigurationBuilder. attributes()AttributeSetRemoteStoreConfigurationBuilder. attributes()AttributeSetSecurityConfigurationBuilder. attributes()AttributeSetSslConfiguration. attributes()AttributeSetSslConfigurationBuilder. attributes()AttributeSetTrustStoreConfiguration. attributes()AttributeSetTrustStoreConfigurationBuilder. attributes()Constructors in org.infinispan.persistence.remote.configuration with parameters of type AttributeSet Constructor Description AbstractRemoteStoreConfigurationChildBuilder(RemoteStoreConfigurationBuilder builder, AttributeSet attributes)AuthenticationConfiguration(AttributeSet attributes, MechanismConfiguration mechanismConfiguration)MechanismConfiguration(AttributeSet attributes)RemoteStoreConfiguration(AttributeSet attributes, AsyncStoreConfiguration async, ExecutorFactoryConfiguration asyncExecutorFactory, ConnectionPoolConfiguration connectionPool, SecurityConfiguration security) -
Uses of AttributeSet in org.infinispan.persistence.rest.configuration
Fields in org.infinispan.persistence.rest.configuration declared as AttributeSet Modifier and Type Field Description protected AttributeSetAbstractRestStoreConfigurationChildBuilder. attributesMethods in org.infinispan.persistence.rest.configuration that return AttributeSet Modifier and Type Method Description static AttributeSetRemoteServerConfiguration. attributeDefinitionSet()static AttributeSetRestStoreConfiguration. attributeDefinitionSet()AttributeSetConnectionPoolConfiguration. attributes()AttributeSetConnectionPoolConfigurationBuilder. attributes()AttributeSetRemoteServerConfiguration. attributes()AttributeSetRemoteServerConfigurationBuilder. attributes()AttributeSetRestStoreConfigurationBuilder. attributes()Constructors in org.infinispan.persistence.rest.configuration with parameters of type AttributeSet Constructor Description AbstractRestStoreConfigurationChildBuilder(RestStoreConfigurationBuilder builder, AttributeSet attributes)ConnectionPoolConfiguration(AttributeSet attributes)RestStoreConfiguration(AttributeSet attributes, AsyncStoreConfiguration async, ConnectionPoolConfiguration connectionPool, RemoteServerConfiguration remoteServer) -
Uses of AttributeSet in org.infinispan.persistence.rocksdb.configuration
Methods in org.infinispan.persistence.rocksdb.configuration that return AttributeSet Modifier and Type Method Description static AttributeSetRocksDBExpirationConfiguration. attributeDefinitionSet()static AttributeSetRocksDBStoreConfiguration. attributeDefinitionSet()AttributeSetRocksDBExpirationConfiguration. attributes()AttributeSetRocksDBExpirationConfigurationBuilder. attributes()AttributeSetRocksDBStoreConfiguration. attributes()AttributeSetRocksDBStoreConfigurationBuilder. attributes()Constructors in org.infinispan.persistence.rocksdb.configuration with parameters of type AttributeSet Constructor Description RocksDBStoreConfiguration(AttributeSet attributes, AsyncStoreConfiguration async, RocksDBExpirationConfiguration expiration) -
Uses of AttributeSet in org.infinispan.persistence.sifs.configuration
Methods in org.infinispan.persistence.sifs.configuration that return AttributeSet Modifier and Type Method Description static AttributeSetDataConfiguration. attributeDefinitionSet()static AttributeSetIndexConfiguration. attributeDefinitionSet()static AttributeSetSoftIndexFileStoreConfiguration. attributeDefinitionSet()AttributeSetDataConfiguration. attributes()AttributeSetDataConfigurationBuilder. attributes()AttributeSetIndexConfiguration. attributes()AttributeSetIndexConfigurationBuilder. attributes()AttributeSetSoftIndexFileStoreConfigurationBuilder. attributes()Constructors in org.infinispan.persistence.sifs.configuration with parameters of type AttributeSet Constructor Description IndexConfiguration(AttributeSet attributes)SoftIndexFileStoreConfiguration(AttributeSet attributes, AsyncStoreConfiguration async, IndexConfiguration indexConfiguration, DataConfiguration dataConfiguration) -
Uses of AttributeSet in org.infinispan.rest.configuration
Methods in org.infinispan.rest.configuration that return AttributeSet Modifier and Type Method Description static AttributeSetAuthenticationConfiguration. attributeDefinitionSet()static AttributeSetCorsRuleConfiguration. attributeDefinitionSet()static AttributeSetRestServerConfiguration. attributeDefinitionSet()AttributeSetAuthenticationConfiguration. attributes()AttributeSetCorsRuleConfiguration. attributes() -
Uses of AttributeSet in org.infinispan.server.core.configuration
Fields in org.infinispan.server.core.configuration declared as AttributeSet Modifier and Type Field Description protected AttributeSetProtocolServerConfiguration. attributesprotected AttributeSetProtocolServerConfigurationBuilder. attributesMethods in org.infinispan.server.core.configuration that return AttributeSet Modifier and Type Method Description static AttributeSetEncryptionConfiguration. attributeDefinitionSet()static AttributeSetProtocolServerConfiguration. attributeDefinitionSet()static AttributeSetSniConfiguration. attributeDefinitionSet()AttributeSetEncryptionConfiguration. attributes()AttributeSetProtocolServerConfiguration. attributes()AttributeSetSniConfiguration. attributes()Constructors in org.infinispan.server.core.configuration with parameters of type AttributeSet Constructor Description ProtocolServerConfiguration(AttributeSet attributes, SslConfiguration ssl)ProtocolServerConfigurationBuilder(int port, AttributeSet attributes) -
Uses of AttributeSet in org.infinispan.server.hotrod.configuration
Methods in org.infinispan.server.hotrod.configuration that return AttributeSet Modifier and Type Method Description static AttributeSetAuthenticationConfiguration. attributeDefinitionSet()static AttributeSetBooleanElementConfiguration. attributeDefinitionSet()static AttributeSetHotRodServerConfiguration. attributeDefinitionSet()static AttributeSetSaslConfiguration. attributeDefinitionSet()static AttributeSetTopologyCacheConfiguration. attributeDefinitionSet()AttributeSetAuthenticationConfiguration. attributes()AttributeSetBooleanElementConfiguration. attributes()AttributeSetSaslConfiguration. attributes()AttributeSetTopologyCacheConfiguration. attributes() -
Uses of AttributeSet in org.infinispan.server.memcached.configuration
Methods in org.infinispan.server.memcached.configuration that return AttributeSet Modifier and Type Method Description static AttributeSetMemcachedServerConfiguration. attributeDefinitionSet()
-