dbTalk Databases Forums  

Status of the Java bindings

comp.databases.berkeley-db comp.databases.berkeley-db


Discuss Status of the Java bindings in the comp.databases.berkeley-db forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Florian Weimer
 
Posts: n/a

Default Status of the Java bindings - 02-15-2007 , 04:41 AM






I just discovered that documented methods such as
Transaction.commitWriteNoSync are missing (in fact, there does not
seem to be a way to selectively the "write, but do not sync"
functionality). Is this intentional? Are there any other surprises I
should be aware of before relying on the Java binding?

Reply With Quote
  #2  
Old   
Alex
 
Posts: n/a

Default Re: Status of the Java bindings - 02-15-2007 , 04:34 PM







Florian Weimer wrote:
Quote:
I just discovered that documented methods such as
Transaction.commitWriteNoSync are missing (in fact, there does not
seem to be a way to selectively the "write, but do not sync"
functionality). Is this intentional? Are there any other surprises I
should be aware of before relying on the Java binding?
Hi,

Transaction.commitNoSync should be present.

Which version of DB are you referring to?

What behavior are you seeing? Does the API exist, and not work, or is
it missing completely?

Which platform are you using? How did you build/install DB?

Regards,
Alex



Reply With Quote
  #3  
Old   
Florian Weimer
 
Posts: n/a

Default Re: Status of the Java bindings - 02-16-2007 , 02:28 AM



* Alex:

Quote:
Florian Weimer wrote:
I just discovered that documented methods such as
Transaction.commitWriteNoSync are missing (in fact, there does not
seem to be a way to selectively the "write, but do not sync"
functionality). Is this intentional? Are there any other surprises I
should be aware of before relying on the Java binding?

Hi,

Transaction.commitNoSync should be present.
But this doesn't issue a write call, I think.

Quote:
Which version of DB are you referring to?
4.5

Quote:
What behavior are you seeing? Does the API exist, and not work, or is
it missing completely?
Transaction.commitWriteNoSync is mentioned at the end of:

http://www.oracle.com/technology/doc...usingtxns.html

The method does not exist in the class file, and it also missing in
the shipped .java source file.

Quote:
Which platform are you using? How did you build/install DB?
Debian unstable/sid, on amd64 or i386.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.