ModeShape Distribution 3.0.0.Beta4

Uses of Class
org.infinispan.schematic.document.Binary

Packages that use Binary
org.infinispan.schematic   
org.infinispan.schematic.document   
org.infinispan.schematic.internal   
org.infinispan.schematic.internal.document   
 

Uses of Binary in org.infinispan.schematic
 

Methods in org.infinispan.schematic that return Binary
 Binary SchematicEntry.getContentAsBinary()
          Get this value's content, if it is a Binary object.
 

Methods in org.infinispan.schematic with parameters of type Binary
 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.
 

Uses of Binary in org.infinispan.schematic.document
 

Methods in org.infinispan.schematic.document that return Binary
 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)
           
 

Methods in org.infinispan.schematic.document that return types with arguments of type Binary
 Set<Class<? extends Binary>> Binary.Externalizer.getTypeClasses()
           
 

Methods in org.infinispan.schematic.document with parameters of type Binary
 void Binary.Externalizer.writeObject(ObjectOutput output, Binary value)
           
 

Uses of Binary in org.infinispan.schematic.internal
 

Methods in org.infinispan.schematic.internal that return Binary
 Binary SchematicEntryProxy.getContentAsBinary()
           
 Binary SchematicEntryLiteral.getContentAsBinary()
           
 Binary ImmutableSchematicValue.getContentAsBinary()
           
 

Methods in org.infinispan.schematic.internal with parameters of type Binary
 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)
           
 

Uses of Binary in org.infinispan.schematic.internal.document
 

Methods in org.infinispan.schematic.internal.document that return Binary
 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()
           
 

Methods in org.infinispan.schematic.internal.document with parameters of type Binary
protected  void CompactJsonWriter.write(Binary value, Writer writer)
           
protected  void BsonWriter.write(String name, Binary value, BsonDataOutput output)
           
 


ModeShape Distribution 3.0.0.Beta4

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.