| Package | Description |
|---|---|
| org.springframework.data.gemfire |
Package providing integration of
GemFire
with Spring concepts.
|
| org.springframework.data.gemfire.config.annotation |
| Modifier and Type | Method and Description |
|---|---|
protected DiskStoreConfigurer |
DiskStoreFactoryBean.getCompositeDiskStoreConfigurer()
Returns a reference to the Composite
DiskStoreConfigurer used to apply additional configuration
to this DiskStoreFactoryBean on Spring container initialization. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DiskStoreFactoryBean.applyDiskStoreConfigurers(String diskStoreName,
DiskStoreConfigurer... diskStoreConfigurers)
Null-safe operation to apply the given array of
DiskStoreConfigurers
to this DiskStoreFactoryBean. |
void |
DiskStoreFactoryBean.setDiskStoreConfigurers(DiskStoreConfigurer... diskStoreConfigurers)
Null-safe operation to set an array of
DiskStoreConfigurers used to
apply additional configuration to this DiskStoreFactoryBean when using Annotation-based configuration. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DiskStoreFactoryBean.applyDiskStoreConfigurers(String diskStoreName,
Iterable<DiskStoreConfigurer> diskStoreConfigurers)
Null-safe operation to apply the given
Iterable of DiskStoreConfigurers
to this DiskStoreFactoryBean. |
void |
DiskStoreFactoryBean.setDiskStoreConfigurers(List<DiskStoreConfigurer> diskStoreConfigurers)
Null-safe operation to set an
Iterable of DiskStoreConfigurers
used to apply additional configuration to this DiskStoreFactoryBean
when using Annotation-based configuration. |
| Modifier and Type | Class and Description |
|---|---|
class |
LazyResolvingComposableDiskStoreConfigurer
Composition of
DiskStoreConfigurer. |
| Modifier and Type | Method and Description |
|---|---|
protected Class<DiskStoreConfigurer> |
LazyResolvingComposableDiskStoreConfigurer.getConfigurerType() |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.