| Package | Description |
|---|---|
| org.springframework.data.redis.core.index |
Abstractions for Redis secondary indexes.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
RedisIndexDefinition.OrCondition<T> |
static class |
RedisIndexDefinition.PathCondition |
| Modifier and Type | Method and Description |
|---|---|
Collection<IndexDefinition.Condition<?>> |
RedisIndexDefinition.getConditions() |
Collection<IndexDefinition.Condition<?>> |
IndexDefinition.getConditions() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RedisIndexDefinition.addCondition(IndexDefinition.Condition<?> condition) |
| Constructor and Description |
|---|
OrCondition(Collection<IndexDefinition.Condition<T>> conditions) |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.