final class org.apache.cassandra.cql3.functions.ScriptBasedUDFunction extends org.apache.cassandra.cql3.functions.UDFunction
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.apache.cassandra.cql3.functions.ScriptBasedUDFunction
super_class: org.apache.cassandra.cql3.functions.UDFunction
{
private static final java.security.ProtectionDomain protectionDomain;
descriptor: Ljava/security/ProtectionDomain;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final java.security.AccessControlContext accessControlContext;
descriptor: Ljava/security/AccessControlContext;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final java.lang.String[] allowedPackagesArray;
descriptor: [Ljava/lang/String;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final org.apache.cassandra.cql3.functions.UDFExecutorService executor;
descriptor: Lorg/apache/cassandra/cql3/functions/UDFExecutorService;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final ClassFilter classFilter;
descriptor: LClassFilter;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final NashornScriptEngine scriptEngine;
descriptor: LNashornScriptEngine;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private final javax.script.CompiledScript script;
descriptor: Ljavax/script/CompiledScript;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.lang.Object udfContextBinding;
descriptor: Ljava/lang/Object;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(org.apache.cassandra.cql3.functions.FunctionName, java.util.List<org.apache.cassandra.cql3.ColumnIdentifier>, java.util.List<org.apache.cassandra.db.marshal.AbstractType<?>>, org.apache.cassandra.db.marshal.AbstractType<?>, boolean, java.lang.String, java.lang.String);
descriptor: (Lorg/apache/cassandra/cql3/functions/FunctionName;Ljava/util/List;Ljava/util/List;Lorg/apache/cassandra/db/marshal/AbstractType;ZLjava/lang/String;Ljava/lang/String;)V
flags: (0x0000)
Code:
stack=3, locals=8, args_size=8
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import jdk.nashorn cannot be resolved\n\tThe import jdk.nashorn cannot be resolved\n\tThe import jdk.nashorn cannot be resolved\n\tThe import jdk.nashorn cannot be resolved\n\tClassFilter cannot be resolved to a type\n\tThe target type of this expression must be a functional interface\n\tNashornScriptEngine cannot be resolved to a type\n\tNashornScriptEngineFactory cannot be resolved to a type\n\tNashornScriptEngineFactory cannot be resolved to a type\n\tNashornScriptEngine cannot be resolved to a type\n\tNashornScriptEngine cannot be resolved to a type\n\tClassFilter cannot be resolved to a type\n\tNashornScriptEngine cannot be resolved to a type\n\tNashornScriptEngine cannot be resolved to a type\n\tAbstractJSObject cannot be resolved to a type\n\tAbstractJSObject cannot be resolved to a type\n\tAbstractJSObject cannot be resolved to a type\n\tAbstractJSObject cannot be resolved to a type\n\tAbstractJSObject cannot be resolved to a type\n\tAbstractJSObject cannot be resolved to a type\n\tAbstractJSObject cannot be resolved to a type\n\tAbstractJSObject cannot be resolved to a type\n\tAbstractJSObject cannot be resolved to a type\n\tAbstractJSObject cannot be resolved to a type\n\tAbstractJSObject cannot be resolved to a type\n\tAbstractJSObject cannot be resolved to a type\n\tAbstractJSObject cannot be resolved to a type\n\tAbstractJSObject cannot be resolved to a type\n\tAbstractJSObject cannot be resolved to a type\n\tAbstractJSObject cannot be resolved to a type\n\tAbstractJSObject cannot be resolved to a type\n\tAbstractJSObject cannot be resolved to a type\n\tAbstractJSObject cannot be resolved to a type\n\tAbstractJSObject cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/cassandra/cql3/functions/ScriptBasedUDFunction;
Signature: (Lorg/apache/cassandra/cql3/functions/FunctionName;Ljava/util/List<Lorg/apache/cassandra/cql3/ColumnIdentifier;>;Ljava/util/List<Lorg/apache/cassandra/db/marshal/AbstractType<*>;>;Lorg/apache/cassandra/db/marshal/AbstractType<*>;ZLjava/lang/String;Ljava/lang/String;)V
MethodParameters:
Name Flags
name
argNames
argTypes
returnType
calledOnNullInput
language
body
protected java.util.concurrent.ExecutorService executor();
descriptor: ()Ljava/util/concurrent/ExecutorService;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/cassandra/cql3/functions/ScriptBasedUDFunction;
public java.nio.ByteBuffer executeUserDefined(org.apache.cassandra.transport.ProtocolVersion, java.util.List<java.nio.ByteBuffer>);
descriptor: (Lorg/apache/cassandra/transport/ProtocolVersion;Ljava/util/List;)Ljava/nio/ByteBuffer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/cassandra/cql3/functions/ScriptBasedUDFunction;
Signature: (Lorg/apache/cassandra/transport/ProtocolVersion;Ljava/util/List<Ljava/nio/ByteBuffer;>;)Ljava/nio/ByteBuffer;
MethodParameters:
Name Flags
protocolVersion
parameters
protected executeAggregateUserDefined(org.apache.cassandra.transport.ProtocolVersion, , java.util.List<java.nio.ByteBuffer>);
descriptor: (Lorg/apache/cassandra/transport/ProtocolVersion;Ljava/lang/Object;Ljava/util/List;)Ljava/lang/Object;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=4, args_size=4
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/cassandra/cql3/functions/ScriptBasedUDFunction;
Signature: (Lorg/apache/cassandra/transport/ProtocolVersion;Ljava/lang/Object;Ljava/util/List<Ljava/nio/ByteBuffer;>;)Ljava/lang/Object;
MethodParameters:
Name Flags
protocolVersion
firstParam
parameters
private java.lang.Object executeScriptInternal(java.lang.Object[]);
descriptor: ([Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/cassandra/cql3/functions/ScriptBasedUDFunction;
MethodParameters:
Name Flags
params
}
SourceFile: "ScriptBasedUDFunction.java"
NestMembers:
org.apache.cassandra.cql3.functions.ScriptBasedUDFunction$1 org.apache.cassandra.cql3.functions.ScriptBasedUDFunction$UDFContextWrapper org.apache.cassandra.cql3.functions.ScriptBasedUDFunction$UDFContextWrapper$1 org.apache.cassandra.cql3.functions.ScriptBasedUDFunction$UDFContextWrapper$2 org.apache.cassandra.cql3.functions.ScriptBasedUDFunction$UDFContextWrapper$3 org.apache.cassandra.cql3.functions.ScriptBasedUDFunction$UDFContextWrapper$4
InnerClasses:
private final UDFContextWrapper = org.apache.cassandra.cql3.functions.ScriptBasedUDFunction$UDFContextWrapper of org.apache.cassandra.cql3.functions.ScriptBasedUDFunction