public class VPackBuilder extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
VPackBuilder.Appender<T> |
static interface |
VPackBuilder.BuilderOptions |
Constructor and Description |
---|
VPackBuilder() |
VPackBuilder(VPackBuilder.BuilderOptions options) |
public VPackBuilder()
public VPackBuilder(VPackBuilder.BuilderOptions options)
public VPackBuilder.BuilderOptions getOptions()
public VPackBuilder add(ValueType value) throws VPackBuilderException
VPackBuilderException
public VPackBuilder add(ValueType value, boolean unindexed) throws VPackBuilderException
VPackBuilderException
public VPackBuilder add(Boolean value) throws VPackBuilderException
VPackBuilderException
public VPackBuilder add(Double value) throws VPackBuilderException
VPackBuilderException
public VPackBuilder add(Float value) throws VPackBuilderException
VPackBuilderException
public VPackBuilder add(BigDecimal value) throws VPackBuilderException
VPackBuilderException
public VPackBuilder add(Long value) throws VPackBuilderException
VPackBuilderException
public VPackBuilder add(Long value, ValueType type) throws VPackBuilderException
VPackBuilderException
public VPackBuilder add(Integer value) throws VPackBuilderException
VPackBuilderException
public VPackBuilder add(Short value) throws VPackBuilderException
VPackBuilderException
public VPackBuilder add(BigInteger value) throws VPackBuilderException
VPackBuilderException
public VPackBuilder add(BigInteger value, ValueType type) throws VPackBuilderException
VPackBuilderException
public VPackBuilder add(Date value) throws VPackBuilderException
VPackBuilderException
public VPackBuilder add(Date value) throws VPackBuilderException
VPackBuilderException
public VPackBuilder add(Timestamp value) throws VPackBuilderException
VPackBuilderException
public VPackBuilder add(String value) throws VPackBuilderException
VPackBuilderException
public VPackBuilder add(Character value) throws VPackBuilderException
VPackBuilderException
public VPackBuilder add(byte[] value) throws VPackBuilderException
VPackBuilderException
public VPackBuilder add(VPackSlice value) throws VPackBuilderException
VPackBuilderException
public VPackBuilder add(String attribute, ValueType value) throws VPackBuilderException
VPackBuilderException
public VPackBuilder add(String attribute, ValueType value, boolean unindexed) throws VPackBuilderException
VPackBuilderException
public VPackBuilder add(String attribute, Boolean value) throws VPackBuilderException
VPackBuilderException
public VPackBuilder add(String attribute, Double value) throws VPackBuilderException
VPackBuilderException
public VPackBuilder add(String attribute, Float value) throws VPackBuilderException
VPackBuilderException
public VPackBuilder add(String attribute, BigDecimal value) throws VPackBuilderException
VPackBuilderException
public VPackBuilder add(String attribute, Long value) throws VPackBuilderException
VPackBuilderException
public VPackBuilder add(String attribute, Long value, ValueType type) throws VPackBuilderException
VPackBuilderException
public VPackBuilder add(String attribute, Integer value) throws VPackBuilderException
VPackBuilderException
public VPackBuilder add(String attribute, Short value) throws VPackBuilderException
VPackBuilderException
public VPackBuilder add(String attribute, BigInteger value) throws VPackBuilderException
VPackBuilderException
public VPackBuilder add(String attribute, BigInteger value, ValueType type) throws VPackBuilderException
VPackBuilderException
public VPackBuilder add(String attribute, String value) throws VPackBuilderException
VPackBuilderException
public VPackBuilder add(String attribute, Character value) throws VPackBuilderException
VPackBuilderException
public VPackBuilder add(String attribute, Date value) throws VPackBuilderException
VPackBuilderException
public VPackBuilder add(String attribute, Date value) throws VPackBuilderException
VPackBuilderException
public VPackBuilder add(String attribute, Timestamp value) throws VPackBuilderException
VPackBuilderException
public VPackBuilder add(String attribute, byte[] value) throws VPackBuilderException
VPackBuilderException
public VPackBuilder add(String attribute, VPackSlice value) throws VPackBuilderException
VPackBuilderException
public VPackBuilder close() throws VPackBuilderException
VPackBuilderException
protected VPackBuilder close(boolean sort) throws VPackBuilderNeedOpenCompoundException, VPackKeyTypeException, VPackNeedAttributeTranslatorException
public static int compareTo(byte[] b1, int b1Index, int b1Length, byte[] b2, int b2Index, int b2Length)
public VPackSlice slice()
public int getVpackSize()
Copyright © 2016–2017 ArangoDB GmbH. All rights reserved.