Uses of Class
com.zendesk.maxwell.CaseSensitivity
-
Packages that use CaseSensitivity Package Description com.zendesk.maxwell top level classes concerned with instantiating and running a Maxwell replicator.com.zendesk.maxwell.recovery allows users to continue a stream after changing masterscom.zendesk.maxwell.schema stores and updates (via SQL parsing) a view of the mysql schema -
-
Uses of CaseSensitivity in com.zendesk.maxwell
Methods in com.zendesk.maxwell that return CaseSensitivity Modifier and Type Method Description static CaseSensitivity
MaxwellMysqlStatus. captureCaseSensitivity(Connection c)
Return an enum representing the current case sensitivity of the serverCaseSensitivity
MaxwellContext. getCaseSensitivity()
Get the replication connection's case sensitivity settingsstatic CaseSensitivity
CaseSensitivity. valueOf(String name)
Returns the enum constant of this type with the specified name.static CaseSensitivity[]
CaseSensitivity. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CaseSensitivity in com.zendesk.maxwell.recovery
Constructors in com.zendesk.maxwell.recovery with parameters of type CaseSensitivity Constructor Description Recovery(MaxwellMysqlConfig replicationConfig, String maxwellDatabaseName, ConnectionPool replicationConnectionPool, CaseSensitivity caseSensitivity, RecoveryInfo recoveryInfo)
RecoverySchemaStore(ConnectionPool replicationConnectionPool, String maxwellDatabaseName, CaseSensitivity caseSensitivity)
-
Uses of CaseSensitivity in com.zendesk.maxwell.schema
Fields in com.zendesk.maxwell.schema declared as CaseSensitivity Modifier and Type Field Description protected CaseSensitivity
AbstractSchemaStore. caseSensitivity
Methods in com.zendesk.maxwell.schema that return CaseSensitivity Modifier and Type Method Description CaseSensitivity
Schema. getCaseSensitivity()
Methods in com.zendesk.maxwell.schema with parameters of type CaseSensitivity Modifier and Type Method Description static MysqlSavedSchema
MysqlSavedSchema. restore(ConnectionPool pool, Long serverID, CaseSensitivity caseSensitivity, Position targetPosition)
static MysqlSavedSchema
MysqlSavedSchema. restoreFromSchemaID(Long schemaID, Connection conn, CaseSensitivity sensitivity)
void
Database. setSensitivity(CaseSensitivity sensitivity)
Constructors in com.zendesk.maxwell.schema with parameters of type CaseSensitivity Constructor Description AbstractSchemaStore(ConnectionPool replicationConnectionPool, ConnectionPool schemaConnectionPool, CaseSensitivity caseSensitivity, Filter filter)
MysqlSavedSchema(Long serverID, CaseSensitivity sensitivity)
MysqlSavedSchema(Long serverID, CaseSensitivity sensitivity, Schema schema, Position position)
MysqlSavedSchema(Long serverID, CaseSensitivity sensitivity, Schema schema, Position position, long baseSchemaID, List<ResolvedSchemaChange> deltas)
MysqlSchemaCompactor(int maxDeltas, ConnectionPool maxwellConnectionPool, String clientID, Long serverID, CaseSensitivity sensitivity)
MysqlSchemaStore(ConnectionPool maxwellConnectionPool, ConnectionPool replicationConnectionPool, ConnectionPool schemaConnectionPool, Long serverID, Position initialPosition, CaseSensitivity caseSensitivity, Filter filter, boolean readOnly)
Schema(List<Database> databases, String charset, CaseSensitivity sensitivity)
SchemaCapturer(Connection c, CaseSensitivity sensitivity)
SchemaCapturer(Connection c, CaseSensitivity sensitivity, String dbName)
SchemaCapturer(Connection c, CaseSensitivity sensitivity, String dbName, String tblName)
-