Package org.apache.gravitino
Class MetalakeChange.RenameMetalake
java.lang.Object
org.apache.gravitino.MetalakeChange.RenameMetalake
- All Implemented Interfaces:
MetalakeChange
- Enclosing interface:
- MetalakeChange
A metalake change to rename the metalake.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.gravitino.MetalakeChange
MetalakeChange.RemoveProperty, MetalakeChange.RenameMetalake, MetalakeChange.SetProperty, MetalakeChange.UpdateMetalakeComment
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Compares this RenameMetalake instance with another object for equality.Retrieves the new name intended for the Metalake.int
hashCode()
Generates a hash code for this RenameMetalake instance.toString()
Provides a string representation of the RenameMetalake instance.
-
Method Details
-
getNewName
Retrieves the new name intended for the Metalake.- Returns:
- The new name to be set for the Metalake.
-
equals
Compares this RenameMetalake instance with another object for equality. -
hashCode
public int hashCode()Generates a hash code for this RenameMetalake instance. -
toString
Provides a string representation of the RenameMetalake instance. This string includes the class name and the new name set for the Metalake
-