类 DefaultDataBufferFactory

  • 所有已实现的接口:
    DataBufferFactory

    public class DefaultDataBufferFactory
    extends Object
    implements DataBufferFactory
    Default implementation of the DataBufferFactory interface. Allows for specification of the default initial capacity at construction time, as well as whether heap-based or direct buffers are to be preferred.
    从以下版本开始:
    5.0
    作者:
    Arjen Poutsma