| Modifier and Type | Method and Description |
|---|---|
TypeMapping |
Esi4JOperation.OperationContext.findTypeMapping(Class<?> type) |
TypeMapping |
Esi4JOperation.OperationContext.findTypeMapping(Object o) |
TypeMapping |
Esi4JOperation.OperationContext.findTypeMapping(String indexName,
String typeAlias) |
| Modifier and Type | Method and Description |
|---|---|
TypeMapping |
DefaultIndex.findTypeMapping(Class<?> type) |
TypeMapping |
DefaultIndex.findTypeMapping(Object o) |
TypeMapping |
DefaultIndex.findTypeMapping(String indexName,
String typeAlias) |
| Modifier and Type | Method and Description |
|---|---|
DefaultIndex |
DefaultIndex.addTypeMapping(TypeMapping typeMapping) |
protected void |
DefaultIndex.putMapping(TypeMapping typeMapping) |
| Modifier and Type | Method and Description |
|---|---|
InternalIndex |
InternalIndex.addTypeMapping(TypeMapping typeMapping) |
| Modifier and Type | Method and Description |
|---|---|
TypeMapping |
Esi4JObjectFilteredException.getMapping() |
| Constructor and Description |
|---|
Esi4JObjectFilteredException(TypeMapping mapping,
Object object) |
| Modifier and Type | Method and Description |
|---|---|
TypeMapping |
TypeMappings.findTypeMapping(Class<?> type) |
TypeMapping |
TypeMappings.findTypeMapping(Object o) |
TypeMapping |
TypeMappings.findTypeMapping(String typeAlias) |
TypeMapping |
TypeMappings.getTypeMapping(Class<?> type) |
TypeMapping |
TypeMappings.getTypeMapping(Object o) |
TypeMapping |
TypeMappings.getTypeMapping(String typeAlias) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<TypeMapping> |
TypeMappings.getTypeMappings() |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeMappings.addMapping(TypeMapping mapping)
add a mapping for this
TypeMapping's type and alias |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIntegerTypeMapping<T>
AbstractTypeMapping implementation for objects with ids of type
Integer |
class |
AbstractLongTypeMapping<T>
AbstractTypeMapping implementation for objects with ids of type
Long |
class |
AbstractStringTypeMapping<T>
AbstractTypeMapping implementation for objects with ids of type
String |
class |
AbstractTypeMapping<Type,Id>
basic extension of
GenericTypeMapping that adds setters for ID and
version and a read method implementation that takes care of ID and version
setting |
class |
GenericTypeMapping<Type,Id>
generic version of
TypeMapping. |
| Modifier and Type | Method and Description |
|---|---|
TypeMapping |
DefaultManagedMultiIndex.findTypeMapping(Class<?> type) |
TypeMapping |
DefaultManagedMultiIndex.findTypeMapping(Object o) |
TypeMapping |
DefaultManagedMultiIndex.findTypeMapping(String indexName,
String typeAlias) |
| Constructor and Description |
|---|
MappedObjectIdAndVersionFactory(TypeMapping mapping) |
ModuleIdAndVersionStream(Esi4JRebuildSession rebuildSession,
int batchSize,
TypeMapping mapping) |
VerifierListener(org.elasticsearch.client.Client client,
String indexName,
Esi4JOperation.OperationContext context,
TypeMapping mapping,
BulkIndexHelper bulkHelper,
int batchSize) |
Copyright © 2013 Molindo GmbH. All Rights Reserved.