Navigation
index
modules
|
next
|
Home
|
Download
|
Documentation
|
Blog
|
Trac
|
About
»
Next topic
1. Installing Py4J
This Page
Show Source
Quick search
Enter search terms or a module, class or function name.
Py4J Documentation
¶
1. Installing Py4J
1.1. Installing Python 2.6+
1.2. Installing Java 6
1.3. Installing Py4J
2. Getting Started with Py4J
2.1. Writing the Java Program
2.2. Writing the Python Program
2.3. Where to go from here
3. Advanced Topics
3.1. Accessing Java collections and arrays from Python
3.2. Implementing Java interfaces from Python (callback)
3.3. Py4J memory model
3.4. Py4J Threading and connection model
4. Py4J Python API
4.1.
py4j.java_gateway
— Py4J Main API
4.2.
py4j.java_collections
— Py4J Collections API
4.3.
py4j.java_callback
— Py4J Callback API
4.4.
py4j.finalizer
— Py4J Finalizer API
5. Py4J Java API
6. Frequently Asked Questions
6.1. How to turn logging on/off?
6.2. How to call a constructor?
6.3. How to call a static method?
6.4. How to access a field?
6.5. How to create an array?
6.6. What ports are used by Py4J?
6.7. Is Py4J thread-safe?
6.8. I found a bug, how do I report it?
6.9. How can I contribute?
7. Changelog
7.1. Py4J 0.4
7.2. Py4J 0.3
7.3. Py4J 0.2
7.4. Py4J 0.1
Questions/Feedback?
Try the
FAQ
-- It answers many questions.
Search for information in the
archives of the py4j-users mailing list
, or
post a question
.
Check out the
user-contributed how-tos
or contribute one yourself.
If you notice errors with this documentation,
open a ticket
and let us know. Please, only open a ticket for feedback or improvements on the docs. To get help, use the links above!
View the discussion thread.
blog comments powered by
Disqus
Navigation
index
modules
|
next
|
Home
|
Download
|
Documentation
|
Blog
|
Trac
|
About
»