文件名称: py4j-0.10.6.jar中文-英文对照文档.zip
<dependency>
<groupId>net.sf.py4j</groupId>
<artifactId>py4j</artifactId>
<version>0.10.6</version>
</dependency>Gradle:
implementation group: 'net.sf.py4j', name: 'py4j', version: '0.10.6'
Gradle (Short):
implementation 'net.sf.py4j:py4j:0.10.6'
Gradle (Kotlin):
implementation("net.sf.py4j:py4j:0.10.6")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
py4j
py4j.commands
py4j.model
py4j.reflectionpy4j.Base64
py4j.CallbackClient
py4j.CallbackConnection
py4j.ClientServer
py4j.ClientServer.ClientServerBuilder
py4j.ClientServerConnection
py4j.DefaultApplication
py4j.DefaultGatewayServerListener
py4j.Gateway
py4j.GatewayConnection
py4j.GatewayServer
py4j.GatewayServer.GatewayServerBuilder
py4j.GatewayServerListener
py4j.JVMView
py4j.JavaServer
py4j.NetworkUtil
py4j.Protocol
py4j.Py4JClientConnection
py4j.Py4JException
py4j.Py4JJavaException
py4j.Py4JJavaServer
py4j.Py4JNetworkException
py4j.Py4JNetworkException.ErrorTime
py4j.Py4JPythonClient
py4j.Py4JPythonClientPerThread
py4j.Py4JServerConnection
py4j.PythonClient
py4j.ReturnObject
py4j.StringUtil
py4j.commands.AbstractCommand
py4j.commands.ArrayCommand
py4j.commands.CallCommand
py4j.commands.Command
py4j.commands.ConstructorCommand
py4j.commands.DirCommand
py4j.commands.ExceptionCommand
py4j.commands.FieldCommand
py4j.commands.HelpPageCommand
py4j.commands.JVMViewCommand
py4j.commands.ListCommand
py4j.commands.MemoryCommand
py4j.commands.ReflectionCommand
py4j.commands.ShutdownGatewayServerCommand
py4j.commands.StreamCommand
py4j.model.HelpPageGenerator
py4j.model.Py4JClass
py4j.model.Py4JField
py4j.model.Py4JMember
py4j.model.Py4JMethod
py4j.reflection.ClassLoadingStrategy
py4j.reflection.CurrentThreadClassLoadingStrategy
py4j.reflection.LRUCache
py4j.reflection.MethodDescriptor
py4j.reflection.MethodInvoker
py4j.reflection.PythonProxyHandler
py4j.reflection.ReflectionEngine
py4j.reflection.ReflectionUtil
py4j.reflection.RootClassLoadingStrategy
py4j.reflection.TypeConverter
py4j.reflection.TypeUtil