Package | Description |
---|---|
org.infinispan.schematic | |
org.infinispan.schematic.document | |
org.infinispan.schematic.internal | |
org.infinispan.schematic.internal.document | |
org.modeshape.jcr.federation |
Modifier and Type | Method and Description |
---|---|
Binary |
SchematicEntry.getContentAsBinary()
Get this value's content, if it is a Binary object.
|
Modifier and Type | Method and Description |
---|---|
SchematicEntry |
SchematicDb.put(String key,
Binary binaryContent,
Document metadata)
Store the supplied binary value and metadata at the given key.
|
org.infinispan.util.concurrent.NotifyingFuture<SchematicEntry> |
SchematicDb.putAsync(String key,
Binary binaryContent,
Document metadata)
Asynchronous version of
SchematicDb.put(String, Binary, Document) . |
SchematicEntry |
SchematicDb.putIfAbsent(String key,
Binary binaryContent,
Document metadata)
Store the supplied document and metadata at the given key.
|
org.infinispan.util.concurrent.NotifyingFuture<SchematicEntry> |
SchematicDb.putIfAbsentAsync(String key,
Binary binaryContent,
Document metadata)
Asynchronous version of
SchematicDb.putIfAbsent(String, Binary, Document) . |
SchematicEntry |
SchematicDb.replace(String key,
Binary binaryContent,
Document metadata)
Replace the existing document and metadata at the given key with the document that is supplied.
|
org.infinispan.util.concurrent.NotifyingFuture<SchematicEntry> |
SchematicDb.replaceAsync(String key,
Binary binaryContent,
Document metadata)
Asynchronous version of
SchematicDb.replace(String, Binary, Document) . |
void |
SchematicEntry.setContent(Binary content,
Document metadata,
String defaultContentType)
Set the content for this value to be the supplied
Binary data described by the supplied content type. |
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 |
SchematicEntryProxy.getContentAsBinary() |
Binary |
SchematicEntryLiteral.getContentAsBinary() |
Binary |
ImmutableSchematicValue.getContentAsBinary() |
Modifier and Type | Method and Description |
---|---|
protected void |
SchematicEntryLiteral.internalSetContent(Binary content,
Document metadata,
String defaultContentType) |
SchematicEntry |
CacheSchematicDb.put(String key,
Binary binaryContent,
Document metadata) |
org.infinispan.util.concurrent.NotifyingFuture<SchematicEntry> |
CacheSchematicDb.putAsync(String key,
Binary binaryContent,
Document metadata) |
SchematicEntry |
CacheSchematicDb.putIfAbsent(String key,
Binary binaryContent,
Document metadata) |
org.infinispan.util.concurrent.NotifyingFuture<SchematicEntry> |
CacheSchematicDb.putIfAbsentAsync(String key,
Binary binaryContent,
Document metadata) |
SchematicEntry |
CacheSchematicDb.replace(String key,
Binary binaryContent,
Document metadata) |
org.infinispan.util.concurrent.NotifyingFuture<SchematicEntry> |
CacheSchematicDb.replaceAsync(String key,
Binary binaryContent,
Document metadata) |
void |
SchematicEntryProxy.setContent(Binary content,
Document metadata,
String defaultContentType) |
void |
SchematicEntryLiteral.setContent(Binary content,
Document metadata,
String defaultContentType) |
void |
ImmutableSchematicValue.setContent(Binary content,
Document metadata,
String defaultContentType) |
Constructor and Description |
---|
SchematicEntryLiteral(String key,
Binary content,
Document metadata,
String defaultContentType) |
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) |
Modifier and Type | Method and Description |
---|---|
Binary |
FederatedSchematicEntry.getContentAsBinary() |
Modifier and Type | Method and Description |
---|---|
void |
FederatedSchematicEntry.setContent(Binary content,
Document metadata,
String defaultContentType) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.