Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,9 @@ default ReplicationEndpoint postCreateReplicationEndPoint(
/**
* This will be called before executing replication request to shipping log entries.
* @param ctx the environment to interact with the framework and region server.
* @deprecated As of release 2.0.0 with out any replacement. This is maintained for internal usage
* by AccessController. Do not use these hooks in custom co-processors.
* @deprecated As of release 2.0.0 with out any replacement, plan to remove in 4.0.0. This is
* maintained for internal usage by AccessController. Do not use these hooks in custom
* co-processors.
*/
@Deprecated
default void preReplicateLogEntries(final ObserverContext<RegionServerCoprocessorEnvironment> ctx)
Expand All @@ -103,8 +104,9 @@ default void preReplicateLogEntries(final ObserverContext<RegionServerCoprocesso
/**
* This will be called after executing replication request to shipping log entries.
* @param ctx the environment to interact with the framework and region server.
* @deprecated As of release 2.0.0 with out any replacement. This is maintained for internal usage
* by AccessController. Do not use these hooks in custom co-processors.
* @deprecated As of release 2.0.0 with out any replacement, plan to remove in 4.0.0. This is
* maintained for internal usage by AccessController. Do not use these hooks in custom
* co-processors.
*/
@Deprecated
default void postReplicateLogEntries(
Expand Down