Package | Description |
---|---|
org.wildfly.swarm.config.infinispan.cache_container |
Modifier and Type | Class and Description |
---|---|
class |
Property<T extends Property<T>>
A cache store property with name and value.
|
interface |
PropertyConsumer<T extends Property<T>> |
interface |
PropertySupplier<T extends Property> |
Modifier and Type | Method and Description |
---|---|
Property |
PropertySupplier.get()
Constructed instance of Property resource
|
Property |
BinaryJDBCStore.BinaryJDBCStoreResources.property(String key) |
Property |
MixedJDBCStore.MixedJDBCStoreResources.property(String key) |
Property |
FileStore.FileStoreResources.property(String key) |
Property |
JDBCStore.JDBCStoreResources.property(String key) |
Property |
CustomStore.CustomStoreResources.property(String key) |
Property |
RemoteStore.RemoteStoreResources.property(String key) |
Modifier and Type | Method and Description |
---|---|
List<Property> |
BinaryJDBCStore.BinaryJDBCStoreResources.properties()
Get the list of Property resources
|
List<Property> |
MixedJDBCStore.MixedJDBCStoreResources.properties()
Get the list of Property resources
|
List<Property> |
FileStore.FileStoreResources.properties()
Get the list of Property resources
|
List<Property> |
JDBCStore.JDBCStoreResources.properties()
Get the list of Property resources
|
List<Property> |
CustomStore.CustomStoreResources.properties()
Get the list of Property resources
|
List<Property> |
RemoteStore.RemoteStoreResources.properties()
Get the list of Property resources
|
Modifier and Type | Method and Description |
---|---|
T |
BinaryJDBCStore.property(Property value)
Add the Property object to the list of subresources
|
T |
MixedJDBCStore.property(Property value)
Add the Property object to the list of subresources
|
T |
FileStore.property(Property value)
Add the Property object to the list of subresources
|
T |
JDBCStore.property(Property value)
Add the Property object to the list of subresources
|
T |
CustomStore.property(Property value)
Add the Property object to the list of subresources
|
T |
RemoteStore.property(Property value)
Add the Property object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
BinaryJDBCStore.properties(List<Property> value)
Add all Property objects to this subresource
|
T |
MixedJDBCStore.properties(List<Property> value)
Add all Property objects to this subresource
|
T |
FileStore.properties(List<Property> value)
Add all Property objects to this subresource
|
T |
JDBCStore.properties(List<Property> value)
Add all Property objects to this subresource
|
T |
CustomStore.properties(List<Property> value)
Add all Property objects to this subresource
|
T |
RemoteStore.properties(List<Property> value)
Add all Property objects to this subresource
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.