Index

A B C D E F G H I K L N O P Q R S T V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ARRAY - Enum constant in enum class org.apache.ignite.migrationtools.types.InspectedFieldType
 

B

BeanWrapperSpy - Class in org.apache.ignite.migrationtools.config.loader
A custom implementation that tracks which properties where explicitly set in the bean.
BeanWrapperSpy(MultiValuedMap<Object, Pair<PropertyDescriptor, BeanDefinition>>, BeanWrapper, RootBeanDefinition) - Constructor for class org.apache.ignite.migrationtools.config.loader.BeanWrapperSpy
Constructor.

C

CalendarToInstantConverter - Class in org.apache.ignite.migrationtools.types.converters
Converts Java Calendars to Instants.
CalendarToInstantConverter() - Constructor for class org.apache.ignite.migrationtools.types.converters.CalendarToInstantConverter
 
CalendarToLocalDateTimeConverter - Class in org.apache.ignite.migrationtools.types.converters
Converts Java Calendars to LocalDateTime.
CalendarToLocalDateTimeConverter() - Constructor for class org.apache.ignite.migrationtools.types.converters.CalendarToLocalDateTimeConverter
 
CatalogExtensions - Class in org.apache.ignite3.internal.catalog.sql
Utility methods based on the Ignite 3 Catalog package.
ClassnameUtils - Class in org.apache.ignite.migrationtools.utils
Small utilities for handling class names.
CombinedConfigRegistry - Class in org.apache.ignite.migrationtools.config.registry
Registry has two separated internal registries for cluster and node configurations.
CombinedConfigRegistry(ConfigurationRegistry, ConfigurationRegistry) - Constructor for class org.apache.ignite.migrationtools.config.registry.CombinedConfigRegistry
 
ConfigurationRegistryInterface - Interface in org.apache.ignite.migrationtools.config.registry
Custom Configuration Registry Interface.
converterFor(Class<ObjectT>, Class<ColumnT>) - Method in class org.apache.ignite.migrationtools.types.converters.StaticTypeConverterFactory
 
converterFor(Class<ObjectT>, Class<ColumnT>) - Method in interface org.apache.ignite.migrationtools.types.converters.TypeConverterFactory
 
convertIfNecessary(Object, Class<T>) - Method in class org.apache.ignite.migrationtools.config.loader.BeanWrapperSpy
 
convertIfNecessary(Object, Class<T>, Field) - Method in class org.apache.ignite.migrationtools.config.loader.BeanWrapperSpy
 
convertIfNecessary(Object, Class<T>, TypeDescriptor) - Method in class org.apache.ignite.migrationtools.config.loader.BeanWrapperSpy
 
convertIfNecessary(Object, Class<T>, MethodParameter) - Method in class org.apache.ignite.migrationtools.config.loader.BeanWrapperSpy
 
createBean(String, RootBeanDefinition, Object[]) - Method in class org.apache.ignite.migrationtools.config.loader.CustomBeanFactory
 
createBeanFactory(boolean) - Static method in class org.apache.ignite.migrationtools.config.Ignite2ConfigurationUtils
Create spring bean factory based on the skipUnloadableBeans property.
createDdlQuery(List<TableDefinition>) - Static method in class org.apache.ignite.migrationtools.sql.SqlDdlGenerator
Create SQL DDL Statements from the provided list of table definitions.
createDdlQuery(TableDefinition) - Static method in class org.apache.ignite.migrationtools.sql.SqlDdlGenerator
 
CustomBeanFactory - Class in org.apache.ignite.migrationtools.config.loader
This factory overrides the BeanWrapper creation.
CustomBeanFactory(MultiValuedMap<Object, Pair<PropertyDescriptor, BeanDefinition>>) - Constructor for class org.apache.ignite.migrationtools.config.loader.CustomBeanFactory
 

D

DateToInstantConverter - Class in org.apache.ignite.migrationtools.types.converters
Converts Java Date Calendars to Instants.
DateToInstantConverter() - Constructor for class org.apache.ignite.migrationtools.types.converters.DateToInstantConverter
 
DateToLocalDateTimeConverter - Class in org.apache.ignite.migrationtools.types.converters
Converts Java Date to LocalDateTime.
DateToLocalDateTimeConverter() - Constructor for class org.apache.ignite.migrationtools.types.converters.DateToLocalDateTimeConverter
 
DEFAULT_INSTANCE - Static variable in class org.apache.ignite.migrationtools.types.converters.StaticTypeConverterFactory
 
determineTargetType(String, RootBeanDefinition, Class<?>...) - Method in class org.apache.ignite.migrationtools.config.loader.CustomBeanFactory
 

E

ensureWrapper(String) - Static method in class org.apache.ignite.migrationtools.utils.ClassnameUtils
 
EnumToStringTypeConverter<T extends Enum<T>> - Class in org.apache.ignite.migrationtools.types.converters
Converts an Enum to String.
EnumToStringTypeConverter(Class<T>) - Constructor for class org.apache.ignite.migrationtools.types.converters.EnumToStringTypeConverter
 
equals(Object) - Method in class org.apache.ignite.migrationtools.types.InspectedField
 
EXTRA_FIELDS_COLUMN_NAME - Static variable in class org.apache.ignite.migrationtools.sql.SqlDdlGenerator
Name of the column that will be used to store fields that cannot be serialized natively, like nested objects in POJOs.

F

fieldName() - Method in class org.apache.ignite.migrationtools.types.InspectedField
 
FieldNameConflictException - Exception in org.apache.ignite.migrationtools.sql
Defines a situation when it was not possible to assign a field name due to a conflict with other fields.
FieldNameConflictException(InspectedField, Set<String>) - Constructor for exception org.apache.ignite.migrationtools.sql.FieldNameConflictException
 
fieldToColumnMappings() - Method in class org.apache.ignite.migrationtools.sql.SqlDdlGenerator.GenerateTableResult
Combines FieldNamesForColumn mappings for keys and values into the same map.
fieldType() - Method in class org.apache.ignite.migrationtools.types.InspectedField
 
findCustomEditor(Class<?>, String) - Method in class org.apache.ignite.migrationtools.config.loader.BeanWrapperSpy
 
forNamed(String, String, InspectedFieldType, boolean, boolean) - Static method in class org.apache.ignite.migrationtools.types.InspectedField
Factory method for named fields (non-primitive and non-array).
forSpecificField(String, String) - Static method in exception org.apache.ignite.migrationtools.sql.FieldNameConflictException
 
forSpecificField(String, String, String) - Static method in exception org.apache.ignite.migrationtools.sql.FieldNameConflictException
 
forUnknownType(String, String) - Static method in exception org.apache.ignite.migrationtools.sql.FieldNameConflictException
Creates an exception for an Unknown conflict type.
forUnnamed(String, InspectedFieldType) - Static method in class org.apache.ignite.migrationtools.types.InspectedField
Factory method for primitive and array fields.

G

generate(CacheConfiguration<?, ?>) - Method in class org.apache.ignite.migrationtools.sql.SqlDdlGenerator
Generate table based on the provided CacheConfiguration.
generateTableDefinition(CacheConfiguration<?, ?>) - Method in class org.apache.ignite.migrationtools.sql.SqlDdlGenerator
 
GenerateTableResult(TableDefinition, TableTypeDescriptor) - Constructor for class org.apache.ignite.migrationtools.sql.SqlDdlGenerator.GenerateTableResult
Constructor.
getAutoGrowCollectionLimit() - Method in class org.apache.ignite.migrationtools.config.loader.BeanWrapperSpy
 
getConfiguration(RootKey<T, V, C>) - Method in class org.apache.ignite.migrationtools.config.registry.CombinedConfigRegistry
 
getConfiguration(RootKey<T, V, C>) - Method in interface org.apache.ignite.migrationtools.config.registry.ConfigurationRegistryInterface
 
getConversionService() - Method in class org.apache.ignite.migrationtools.config.loader.BeanWrapperSpy
 
getLatestSchemaForTable(ClientTable) - Static method in class org.apache.ignite.migrationtools.tablemanagement.SchemaUtils
Exposes ClientTable.getLatestSchema().
getPropertyDescriptor(String) - Method in class org.apache.ignite.migrationtools.config.loader.BeanWrapperSpy
 
getPropertyDescriptors() - Method in class org.apache.ignite.migrationtools.config.loader.BeanWrapperSpy
 
getPropertyType(String) - Method in class org.apache.ignite.migrationtools.config.loader.BeanWrapperSpy
 
getPropertyTypeDescriptor(String) - Method in class org.apache.ignite.migrationtools.config.loader.BeanWrapperSpy
 
getPropertyValue(String) - Method in class org.apache.ignite.migrationtools.config.loader.BeanWrapperSpy
 
getWrappedClass() - Method in class org.apache.ignite.migrationtools.config.loader.BeanWrapperSpy
 
getWrappedInstance() - Method in class org.apache.ignite.migrationtools.config.loader.BeanWrapperSpy
 

H

hasAnnotation() - Method in class org.apache.ignite.migrationtools.types.InspectedField
 
hashCode() - Method in class org.apache.ignite.migrationtools.types.InspectedField
 

I

IdentityConverter<T> - Class in org.apache.ignite.migrationtools.types.converters
Identity Converter.
IdentityConverter() - Constructor for class org.apache.ignite.migrationtools.types.converters.IdentityConverter
 
Ignite2ConfigurationUtils - Class in org.apache.ignite.migrationtools.config
Utility methods for managing Ignite 2 Configurations.
Ignite3ConfigurationUtils - Class in org.apache.ignite.migrationtools.config
Utility methods for loading Ignite 3 Configuration Modules.
Ignite3ConfigurationUtils() - Constructor for class org.apache.ignite.migrationtools.config.Ignite3ConfigurationUtils
 
InspectedField - Class in org.apache.ignite.migrationtools.types
Holds information about how a field should be persisted.
InspectedFieldType - Enum Class in org.apache.ignite.migrationtools.types
InspectedFieldTypeEnum.
inspectType(Class<?>) - Static method in class org.apache.ignite.migrationtools.types.TypeInspector
Inspects the given class, extracting information about how its fields should be persisted.
INSTANCE - Static variable in class org.apache.ignite.migrationtools.types.converters.IdentityConverter
 
instantiateBean(String, RootBeanDefinition) - Method in class org.apache.ignite.migrationtools.config.loader.CustomBeanFactory
 
isAutoGrowNestedPaths() - Method in class org.apache.ignite.migrationtools.config.loader.BeanWrapperSpy
 
isExtractOldValueForEditor() - Method in class org.apache.ignite.migrationtools.config.loader.BeanWrapperSpy
 
isReadableProperty(String) - Method in class org.apache.ignite.migrationtools.config.loader.BeanWrapperSpy
 
isTableFromNamespace(String) - Static method in class org.apache.ignite.migrationtools.tablemanagement.Namespace
Check if the provided table name is inside our namespace.
isWritableProperty(String) - Method in class org.apache.ignite.migrationtools.config.loader.BeanWrapperSpy
 

K

keyClassName() - Method in class org.apache.ignite.migrationtools.tablemanagement.TableTypeDescriptor
 
keyFieldNameForColumn() - Method in class org.apache.ignite.migrationtools.tablemanagement.TableTypeDescriptor
 

L

loadClusterConfiguration(Path, boolean) - Static method in class org.apache.ignite.migrationtools.config.Ignite3ConfigurationUtils
Loads a Configuration Registry with only Cluster modules.
loadCombinedRegistry(Path, Path, boolean) - Static method in class org.apache.ignite.migrationtools.config.Ignite3ConfigurationUtils
Loads a special combined registry with modules from both the Cluster and Node modules.
loadIgnite2Configuration(File, boolean) - Static method in class org.apache.ignite.migrationtools.config.Ignite2ConfigurationUtils
 
loadIgnite2Configuration(File, boolean, ClassLoader) - Static method in class org.apache.ignite.migrationtools.config.Ignite2ConfigurationUtils
 
loadIgnite2Configuration(Resource, DefaultListableBeanFactory, ClassLoader) - Static method in class org.apache.ignite.migrationtools.config.Ignite2ConfigurationUtils
Load and Apache Ignite 2 configuration into memory.
loadNodeConfiguration(Path, boolean) - Static method in class org.apache.ignite.migrationtools.config.Ignite3ConfigurationUtils
Loads a Configuration Registry with only Node modules.

N

Namespace - Class in org.apache.ignite.migrationtools.tablemanagement
Old class to help navigate the limitation of custom schemas in Ignite 3.
NESTED_POJO_ATTRIBUTE - Enum constant in enum class org.apache.ignite.migrationtools.types.InspectedFieldType
 
NoDefaultsStorageConfiguration - Class in org.apache.ignite.migrationtools.config.storage
Patched version of the LocalFileConfiguration Storage that does not store defaults.
NoDefaultsStorageConfiguration(Path, ConfigurationTreeGenerator, ConfigurationModule) - Constructor for class org.apache.ignite.migrationtools.config.storage.NoDefaultsStorageConfiguration
 
nullable() - Method in class org.apache.ignite.migrationtools.types.InspectedField
 

O

onDefaultsPersisted() - Method in class org.apache.ignite.migrationtools.config.registry.CombinedConfigRegistry
 
org.apache.ignite.migrationtools.config - package org.apache.ignite.migrationtools.config
 
org.apache.ignite.migrationtools.config.loader - package org.apache.ignite.migrationtools.config.loader
 
org.apache.ignite.migrationtools.config.registry - package org.apache.ignite.migrationtools.config.registry
 
org.apache.ignite.migrationtools.config.storage - package org.apache.ignite.migrationtools.config.storage
 
org.apache.ignite.migrationtools.sql - package org.apache.ignite.migrationtools.sql
 
org.apache.ignite.migrationtools.tablemanagement - package org.apache.ignite.migrationtools.tablemanagement
 
org.apache.ignite.migrationtools.types - package org.apache.ignite.migrationtools.types
 
org.apache.ignite.migrationtools.types.converters - package org.apache.ignite.migrationtools.types.converters
 
org.apache.ignite.migrationtools.utils - package org.apache.ignite.migrationtools.utils
 
org.apache.ignite3.internal.catalog.sql - package org.apache.ignite3.internal.catalog.sql
 

P

PersistentTableTypeRegistryImpl - Class in org.apache.ignite.migrationtools.tablemanagement
TableTypeRegistry implementation backed by a table.
PersistentTableTypeRegistryImpl(IgniteClient) - Constructor for class org.apache.ignite.migrationtools.tablemanagement.PersistentTableTypeRegistryImpl
 
POJO_ATTRIBUTE - Enum constant in enum class org.apache.ignite.migrationtools.types.InspectedFieldType
 
PRIMITIVE - Enum constant in enum class org.apache.ignite.migrationtools.types.InspectedFieldType
 
PRIMITIVE_TO_WRAPPER - Static variable in class org.apache.ignite.migrationtools.utils.ClassnameUtils
 

Q

qualifiedName(CacheConfiguration<?, ?>) - Static method in class org.apache.ignite.migrationtools.sql.SqlDdlGenerator
Computes the cache qualified name from a cache configuration.

R

readDataOnRecovery() - Method in class org.apache.ignite.migrationtools.config.storage.NoDefaultsStorageConfiguration
 
registerConfigurationListener(ConfigurationStorageListener) - Method in class org.apache.ignite.migrationtools.config.storage.NoDefaultsStorageConfiguration
 
registerCustomEditor(Class<?>, PropertyEditor) - Method in class org.apache.ignite.migrationtools.config.loader.BeanWrapperSpy
 
registerCustomEditor(Class<?>, String, PropertyEditor) - Method in class org.apache.ignite.migrationtools.config.loader.BeanWrapperSpy
 
RegisterOnlyTableTypeRegistry - Class in org.apache.ignite.migrationtools.tablemanagement
Decorator for TableTypeRegistry that only registers new hints.
RegisterOnlyTableTypeRegistry(TableTypeRegistry) - Constructor for class org.apache.ignite.migrationtools.tablemanagement.RegisterOnlyTableTypeRegistry
 
registerTypesForTable(String, TableTypeDescriptor) - Method in class org.apache.ignite.migrationtools.tablemanagement.PersistentTableTypeRegistryImpl
 
registerTypesForTable(String, TableTypeDescriptor) - Method in class org.apache.ignite.migrationtools.tablemanagement.RegisterOnlyTableTypeRegistry
 
registerTypesForTable(String, TableTypeDescriptor) - Method in interface org.apache.ignite.migrationtools.tablemanagement.TableTypeRegistry
Registers the supplied type hints for the given table.
registerTypesForTable(String, TableTypeDescriptor) - Method in class org.apache.ignite.migrationtools.tablemanagement.TableTypeRegistryMapImpl
 
resolveTableName(String) - Static method in class org.apache.ignite.migrationtools.tablemanagement.Namespace
Resolves the full table name for a table inside our namespace.

S

SchemaUtils - Class in org.apache.ignite.migrationtools.tablemanagement
Utility methods to interact with internal client schemas.
setAutoGrowCollectionLimit(int) - Method in class org.apache.ignite.migrationtools.config.loader.BeanWrapperSpy
 
setAutoGrowNestedPaths(boolean) - Method in class org.apache.ignite.migrationtools.config.loader.BeanWrapperSpy
 
setConversionService(ConversionService) - Method in class org.apache.ignite.migrationtools.config.loader.BeanWrapperSpy
 
setExtractOldValueForEditor(boolean) - Method in class org.apache.ignite.migrationtools.config.loader.BeanWrapperSpy
 
setPropertyValue(String, Object) - Method in class org.apache.ignite.migrationtools.config.loader.BeanWrapperSpy
 
setPropertyValue(PropertyValue) - Method in class org.apache.ignite.migrationtools.config.loader.BeanWrapperSpy
 
setPropertyValues(Map<?, ?>) - Method in class org.apache.ignite.migrationtools.config.loader.BeanWrapperSpy
 
setPropertyValues(PropertyValues) - Method in class org.apache.ignite.migrationtools.config.loader.BeanWrapperSpy
 
setPropertyValues(PropertyValues, boolean) - Method in class org.apache.ignite.migrationtools.config.loader.BeanWrapperSpy
 
setPropertyValues(PropertyValues, boolean, boolean) - Method in class org.apache.ignite.migrationtools.config.loader.BeanWrapperSpy
 
SqlDateToLocalDateConverter - Class in org.apache.ignite.migrationtools.types.converters
Converts SQL Date to LocalDateTime.
SqlDateToLocalDateConverter() - Constructor for class org.apache.ignite.migrationtools.types.converters.SqlDateToLocalDateConverter
 
SqlDdlGenerator - Class in org.apache.ignite.migrationtools.sql
Generates a SQL DDL Script from Ignite 2 Cache Configurations and custom type hints.
SqlDdlGenerator() - Constructor for class org.apache.ignite.migrationtools.sql.SqlDdlGenerator
 
SqlDdlGenerator(ClassLoader, TableTypeRegistry, boolean) - Constructor for class org.apache.ignite.migrationtools.sql.SqlDdlGenerator
Constructor.
SqlDdlGenerator(TableTypeRegistry) - Constructor for class org.apache.ignite.migrationtools.sql.SqlDdlGenerator
 
SqlDdlGenerator(TableTypeRegistry, boolean) - Constructor for class org.apache.ignite.migrationtools.sql.SqlDdlGenerator
 
SqlDdlGenerator.GenerateTableResult - Class in org.apache.ignite.migrationtools.sql
GenerateTableResult.
sqlFromTableDefinition(TableDefinition) - Static method in class org.apache.ignite3.internal.catalog.sql.CatalogExtensions
 
SqlTimestampToInstantConverter - Class in org.apache.ignite.migrationtools.types.converters
Converts SQL Timestamp to Instant.
SqlTimestampToInstantConverter() - Constructor for class org.apache.ignite.migrationtools.types.converters.SqlTimestampToInstantConverter
 
SqlTimestampToLocalDateTimeConverter - Class in org.apache.ignite.migrationtools.types.converters
Converts SQL Timestamp to LocalDateTime.
SqlTimestampToLocalDateTimeConverter() - Constructor for class org.apache.ignite.migrationtools.types.converters.SqlTimestampToLocalDateTimeConverter
 
SqlTimeToLocalTimeConverter - Class in org.apache.ignite.migrationtools.types.converters
Converts SQL Time to Local Time.
SqlTimeToLocalTimeConverter() - Constructor for class org.apache.ignite.migrationtools.types.converters.SqlTimeToLocalTimeConverter
 
startAsync(ComponentContext) - Method in class org.apache.ignite.migrationtools.config.registry.CombinedConfigRegistry
 
StaticTypeConverterFactory - Class in org.apache.ignite.migrationtools.types.converters
Static Factory for TypeConverter.
stopAsync(ComponentContext) - Method in class org.apache.ignite.migrationtools.config.registry.CombinedConfigRegistry
 

T

tableDefinition() - Method in class org.apache.ignite.migrationtools.sql.SqlDdlGenerator.GenerateTableResult
 
tableTypeDescriptor() - Method in class org.apache.ignite.migrationtools.sql.SqlDdlGenerator.GenerateTableResult
 
TableTypeDescriptor - Class in org.apache.ignite.migrationtools.tablemanagement
Describes the key and value types of a Table.
TableTypeDescriptor(String, String, Map<String, String>, Map<String, String>) - Constructor for class org.apache.ignite.migrationtools.tablemanagement.TableTypeDescriptor
Constructor.
TableTypeRegistry - Interface in org.apache.ignite.migrationtools.tablemanagement
This interface provides a registry for mappings between tables and their corresponding java types.
TableTypeRegistryMapImpl - Class in org.apache.ignite.migrationtools.tablemanagement
TableTypeRegistry implementation based on a in-memory map.
TableTypeRegistryMapImpl() - Constructor for class org.apache.ignite.migrationtools.tablemanagement.TableTypeRegistryMapImpl
 
TableTypeRegistryUtils - Class in org.apache.ignite.migrationtools.tablemanagement
Utility class for handling TableTypeRegistries.
TableTypeRegistryUtils() - Constructor for class org.apache.ignite.migrationtools.tablemanagement.TableTypeRegistryUtils
 
toColumnType(Enum<T>) - Method in class org.apache.ignite.migrationtools.types.converters.EnumToStringTypeConverter
 
toColumnType(Date) - Method in class org.apache.ignite.migrationtools.types.converters.SqlDateToLocalDateConverter
 
toColumnType(Time) - Method in class org.apache.ignite.migrationtools.types.converters.SqlTimeToLocalTimeConverter
 
toColumnType(Timestamp) - Method in class org.apache.ignite.migrationtools.types.converters.SqlTimestampToInstantConverter
 
toColumnType(Timestamp) - Method in class org.apache.ignite.migrationtools.types.converters.SqlTimestampToLocalDateTimeConverter
 
toColumnType(Calendar) - Method in class org.apache.ignite.migrationtools.types.converters.CalendarToInstantConverter
 
toColumnType(Calendar) - Method in class org.apache.ignite.migrationtools.types.converters.CalendarToLocalDateTimeConverter
 
toColumnType(Date) - Method in class org.apache.ignite.migrationtools.types.converters.DateToInstantConverter
 
toColumnType(Date) - Method in class org.apache.ignite.migrationtools.types.converters.DateToLocalDateTimeConverter
 
toColumnType(T) - Method in class org.apache.ignite.migrationtools.types.converters.IdentityConverter
 
toObjectType(String) - Method in class org.apache.ignite.migrationtools.types.converters.EnumToStringTypeConverter
 
toObjectType(Instant) - Method in class org.apache.ignite.migrationtools.types.converters.CalendarToInstantConverter
 
toObjectType(Instant) - Method in class org.apache.ignite.migrationtools.types.converters.DateToInstantConverter
 
toObjectType(Instant) - Method in class org.apache.ignite.migrationtools.types.converters.SqlTimestampToInstantConverter
 
toObjectType(LocalDate) - Method in class org.apache.ignite.migrationtools.types.converters.SqlDateToLocalDateConverter
 
toObjectType(LocalDateTime) - Method in class org.apache.ignite.migrationtools.types.converters.CalendarToLocalDateTimeConverter
 
toObjectType(LocalDateTime) - Method in class org.apache.ignite.migrationtools.types.converters.DateToLocalDateTimeConverter
 
toObjectType(LocalDateTime) - Method in class org.apache.ignite.migrationtools.types.converters.SqlTimestampToLocalDateTimeConverter
 
toObjectType(LocalTime) - Method in class org.apache.ignite.migrationtools.types.converters.SqlTimeToLocalTimeConverter
 
toObjectType(T) - Method in class org.apache.ignite.migrationtools.types.converters.IdentityConverter
 
toString() - Method in class org.apache.ignite.migrationtools.types.InspectedField
 
TypeConverterFactory - Interface in org.apache.ignite.migrationtools.types.converters
Factory for TypeConverter based on the required types.
typeHints() - Method in class org.apache.ignite.migrationtools.sql.SqlDdlGenerator.GenerateTableResult
 
typeHints() - Method in class org.apache.ignite.migrationtools.tablemanagement.TableTypeDescriptor
 
typeHints(Class<?>, Class<?>) - Static method in class org.apache.ignite.migrationtools.tablemanagement.TableTypeRegistryUtils
Creates a table descriptor with just the supplied type hints.
TypeInspector - Class in org.apache.ignite.migrationtools.types
Utility class that provides methods to identify relevant fields in classes.
TypeInspector() - Constructor for class org.apache.ignite.migrationtools.types.TypeInspector
 
typeName() - Method in class org.apache.ignite.migrationtools.types.InspectedField
 
typesForTable(String) - Method in class org.apache.ignite.migrationtools.tablemanagement.PersistentTableTypeRegistryImpl
 
typesForTable(String) - Method in class org.apache.ignite.migrationtools.tablemanagement.RegisterOnlyTableTypeRegistry
 
typesForTable(String) - Method in interface org.apache.ignite.migrationtools.tablemanagement.TableTypeRegistry
Gets the available type hints for the table.
typesForTable(String) - Method in class org.apache.ignite.migrationtools.tablemanagement.TableTypeRegistryMapImpl
 
typesToEntry(TableTypeDescriptor) - Static method in class org.apache.ignite.migrationtools.tablemanagement.TableTypeRegistryUtils
Materializes the table types into a key/value pair.

V

valClassName() - Method in class org.apache.ignite.migrationtools.tablemanagement.TableTypeDescriptor
 
valFieldNameForColumn() - Method in class org.apache.ignite.migrationtools.tablemanagement.TableTypeDescriptor
 
valueOf(String) - Static method in enum class org.apache.ignite.migrationtools.types.InspectedFieldType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.apache.ignite.migrationtools.types.InspectedFieldType
Returns an array containing the constants of this enum class, in the order they are declared.

W

write(Map<String, ? extends Serializable>, long) - Method in class org.apache.ignite.migrationtools.config.storage.NoDefaultsStorageConfiguration
 
A B C D E F G H I K L N O P Q R S T V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form