Package | Description |
---|---|
org.infinispan.schematic.document | |
org.infinispan.schematic.internal.document |
Modifier and Type | Method and Description |
---|---|
Binary |
MergeDocument.getBinary(String name) |
Binary |
Document.getBinary(String name)
Get the
Binary value in this document for the given field name. |
Binary |
Document.Field.getValueAsBinary() |
Binary |
Binary.Externalizer.readObject(ObjectInput input) |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends Binary>> |
Binary.Externalizer.getTypeClasses() |
Modifier and Type | Method and Description |
---|---|
void |
Binary.Externalizer.writeObject(ObjectOutput output,
Binary value) |
Modifier and Type | Method and Description |
---|---|
Binary |
DocumentValueFactory.createBinary(byte type,
byte[] data) |
Binary |
DefaultDocumentValueFactory.createBinary(byte type,
byte[] data) |
Binary |
DocumentEditor.getBinary(String name) |
Binary |
BasicDocument.getBinary(String name) |
Binary |
BasicArray.getBinary(String name) |
Binary |
ArrayEditor.getBinary(String name) |
Binary |
ImmutableField.getValueAsBinary() |
Modifier and Type | Method and Description |
---|---|
protected void |
CompactJsonWriter.write(Binary value,
Writer writer) |
protected void |
BsonWriter.write(String name,
Binary value,
BsonDataOutput output) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.