db4o 8.0

com.db4o.io
Interface BlockSize


public interface BlockSize

Block size registry. Accessible through the environment.

Since:
7.7
See Also:
Environments.my(Class)

Method Summary
 void register(com.db4o.foundation.Listener4<java.lang.Integer> listener)
           
 void set(int newValue)
           
 int value()
           
 

Method Detail

register

void register(com.db4o.foundation.Listener4<java.lang.Integer> listener)

set

void set(int newValue)

value

int value()

db4o 8.0

Copyright 2009 Versant Corporation. All rights reserved.