Class UDFByteCodeVerifier
java.lang.Object
org.apache.cassandra.cql3.functions.UDFByteCodeVerifier
Verifies Java UDF byte code.
Checks for disallowed method calls (e.g.
Object.finalize()),
additional code in the constructor,
use of synchronized blocks,
too many methods.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDisallowedClass(String clazz) addDisallowedMethodCall(String clazz, String method)
-
Field Details
-
JAVA_UDF_NAME
-
OBJECT_NAME
-
CTOR_SIG
- See Also:
-
-
Constructor Details
-
UDFByteCodeVerifier
public UDFByteCodeVerifier()
-
-
Method Details
-
addDisallowedClass
-
addDisallowedMethodCall
-
addDisallowedPackage
-
verify
-