Record Class LuaCode
java.lang.Object
java.lang.Record
org.infinispan.server.resp.scripting.LuaCode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncode()
Returns the value of thecode
record component.final boolean
Indicates whether some other object is "equal to" this one.long
flags()
Returns the value of theflags
record component.static LuaCode
fromScript
(String script, org.infinispan.scripting.impl.ScriptMetadata metadata) final int
hashCode()
Returns a hash code value for this object.name()
Returns the value of thename
record component.sha()
Returns the value of thesha
record component.final String
toString()
Returns a string representation of this record class.
-
Constructor Details
-
LuaCode
Creates an instance of aLuaCode
record class.- Parameters:
name
- the value for thename
record componentcode
- the value for thecode
record componentsha
- the value for thesha
record componentflags
- the value for theflags
record component
-
-
Method Details
-
fromScript
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared withObjects::equals(Object,Object)
; primitive components are compared with thecompare
method from their corresponding wrapper classes. -
name
Returns the value of thename
record component.- Returns:
- the value of the
name
record component
-
code
Returns the value of thecode
record component.- Returns:
- the value of the
code
record component
-
sha
Returns the value of thesha
record component.- Returns:
- the value of the
sha
record component
-
flags
public long flags()Returns the value of theflags
record component.- Returns:
- the value of the
flags
record component
-