Uses of Interface
com.bigdata.io.IStreamSerializer

Packages that use IStreamSerializer
com.bigdata.io   
com.bigdata.rdf.rules   
com.bigdata.relation.rule.eval This package supports rule evaluation. 
com.bigdata.service This package provides implementations of bigdata services (metadata service, data service, transaction manager service. 
com.bigdata.service.jini   
com.bigdata.service.proxy This package provides implementations of proxy objects for commonly used classes. 
 

Uses of IStreamSerializer in com.bigdata.io
 

Fields in com.bigdata.io declared as IStreamSerializer
static IStreamSerializer SerializerUtil.STREAMS
          An IStreamSerializer that uses java default serialization.
 

Uses of IStreamSerializer in com.bigdata.rdf.rules
 

Classes in com.bigdata.rdf.rules that implement IStreamSerializer
 class SPOBindingSetSerializer
          A class that provides (relatively) compact serialization for a chunk of IBindingSets.
 

Fields in com.bigdata.rdf.rules declared as IStreamSerializer
static IStreamSerializer<IBindingSet[]> SPOBindingSetSerializer.INSTANCE
           
 

Uses of IStreamSerializer in com.bigdata.relation.rule.eval
 

Methods in com.bigdata.relation.rule.eval that return IStreamSerializer
 IStreamSerializer<IBindingSet[]> IJoinNexus.getBindingSetSerializer()
          Return the object that is responsible for (de-)serializing chunks of IBindingSets.
 IStreamSerializer<IBindingSet[]> AbstractJoinNexus.getBindingSetSerializer()
          FIXME Custom serialization for binding sets, especially since there tends to be a lot of redundancy in the data arising from how bindings are propagated during JOINs.
 IStreamSerializer<ISolution[]> IJoinNexus.getSolutionSerializer()
          Return the object that is responsible for (de-)serializing chunks of ISolutions.
 IStreamSerializer<ISolution[]> AbstractJoinNexus.getSolutionSerializer()
          FIXME Custom serialization for solution sets, especially since there tends to be a lot of redundancy in the data arising from how bindings are propagated during JOINs.
 

Uses of IStreamSerializer in com.bigdata.service
 

Methods in com.bigdata.service with parameters of type IStreamSerializer
abstract
<E> IAsynchronousIterator<E>
AbstractDistributedFederation.getProxy(IAsynchronousIterator<E> src, IStreamSerializer<E> serializer, int capacity)
          Return a proxy object for an IAsynchronousIterator suiteable for use in an RMI environment.
 

Uses of IStreamSerializer in com.bigdata.service.jini
 

Methods in com.bigdata.service.jini with parameters of type IStreamSerializer
<E> IAsynchronousIterator<E>
JiniFederation.getProxy(IAsynchronousIterator<E> sourceIterator, IStreamSerializer<E> serializer, int capacity)
          Export and return a proxy object.
 

Uses of IStreamSerializer in com.bigdata.service.proxy
 

Constructors in com.bigdata.service.proxy with parameters of type IStreamSerializer
RemoteAsynchronousIteratorImpl(IAsynchronousIterator<E> itr, IStreamSerializer<E> serializer)
          Ctor variant optionally supports RemoteAsynchronousIteratorImpl.nextElement().
RemoteChunk(boolean exhausted, IStreamSerializer<E[]> serializer, IKeyOrder<E> keyOrder, E[] a)
           
RemoteChunkedIterator(IAsynchronousIterator<E[]> sourceIterator, IStreamSerializer<E[]> serializer, IKeyOrder<E> keyOrder)
           
 



Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.