Uses of Interface
visad.cluster.RemoteClusterData

Packages that use RemoteClusterData
visad.cluster   
 

Uses of RemoteClusterData in visad.cluster
 

Subinterfaces of RemoteClusterData in visad.cluster
 interface RemoteClientData
          RemoteClientData is the interface for cluster client VisAD data objects.
 interface RemoteClientField
          RemoteClientField is the interface for cluster client VisAD Field data objects that are not partitioned over nodes.
 interface RemoteClientPartitionedField
          RemoteClientPartitionedField is the interface for cluster client VisAD Field data objects that are partitioned over nodes.
 interface RemoteClientTuple
          RemoteClientTuple is the interface for cluster client VisAD Tuple data objects.
 interface RemoteNodeData
          RemoteNodeData is the interface for cluster node VisAD data objects.
 interface RemoteNodeField
          RemoteNodeField is the interface for cluster node VisAD Field data objects that are not paritioned.
 interface RemoteNodePartitionedField
          RemoteNodePartitionedField is the interface for cluster node VisAD Field data objects that are paritioned.
 interface RemoteNodeTuple
          RemoteNodeTuple is the interface for cluster node VisAD Tuple data objects.
 

Classes in visad.cluster that implement RemoteClusterData
 class RemoteClientDataImpl
          RemoteClientData is the class for cluster client VisAD data objects.
 class RemoteClientFieldImpl
          RemoteClientFieldImpl is the class for cluster client VisAD Field data objects.
 class RemoteClientPartitionedFieldImpl
          RemoteClientPartitionedFieldImpl is the class for cluster client VisAD Field data objects.
 class RemoteClientTupleImpl
          RemoteClientTupleImpl is the class for cluster client VisAD Tuple data objects.
 class RemoteClusterDataImpl
          RemoteClusterDataImpl is the super class for cluster client and node Data.
 class RemoteNodeDataImpl
          RemoteNodeData is the class for cluster node VisAD data objects.
 class RemoteNodeFieldImpl
          RemoteNodeFieldImpl is the class for cluster node VisAD Field data objects.
 class RemoteNodePartitionedFieldImpl
          RemoteNodePartitionedFieldImpl is the class for cluster node VisAD Field data objects that are paritioned.
 class RemoteNodeTupleImpl
          RemoteNodeTupleImpl is the class for cluster client VisAD Tuple data objects.
 

Methods in visad.cluster that return RemoteClusterData
 RemoteClusterData RemoteClusterDataImpl.getClusterData(RealTuple domain)
          return RemoteClusterData for JVM where data resides; may be RemoteClusterData for client for non-partitioned data; may be null for partitioned data outside partitoning
 RemoteClusterData RemoteClusterData.getClusterData(RealTuple domain)
           
 

Methods in visad.cluster with parameters of type RemoteClusterData
 boolean RemoteClusterDataImpl.clusterDataEquals(RemoteClusterData cd)
           
 boolean RemoteClusterData.clusterDataEquals(RemoteClusterData cd)
           
 void RemoteClusterDataImpl.setupClusterData(Set ps, RemoteClusterData[] table)
           
 void RemoteClusterData.setupClusterData(Set ps, RemoteClusterData[] table)