[ 
https://issues.apache.org/jira/browse/THRIFT-3432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15051342#comment-15051342
 ] 

Hudson commented on THRIFT-3432:
--------------------------------

SUCCESS: Integrated in Thrift #1764 (See 
[https://builds.apache.org/job/Thrift/1764/])
THRIFT-3432 Add the TByteBuffer transport for Java Client: Java Patch: (nsuke: 
rev 9d0f752abcd7b9435c245371d74a2086006a6417)
* lib/java/src/org/apache/thrift/transport/TByteBuffer.java
* lib/java/test/org/apache/thrift/transport/TestTByteBuffer.java


> Add a TByteBuffer transport to the Java library
> -----------------------------------------------
>
>                 Key: THRIFT-3432
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3432
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Java - Library
>    Affects Versions: 0.9.3
>            Reporter: Tom Lee
>            Priority: Minor
>             Fix For: 1.0
>
>
> A bounded alternative to TMemoryBuffer that uses java.nio.ByteBuffer under 
> the hood.
> This is useful both to set sane constraints on maximum message size in a 
> transport-agnostic manner but also because direct buffers can be used to 
> serialize Thrift off-heap, avoiding allocations (thus reducing GC frequency 
> and potentially live set size)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to