ObjectSpace Homepage

JGL - The Generic Collection Library for Java
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.objectspace.jgl.voyager.algorithms.VHashing

java.lang.Object
   |
   +----com.objectspace.voyager.VObject
           |
           +----com.objectspace.jgl.voyager.algorithms.VHashing

public class VHashing
extends VObject

Constructor Index

 o VHashing()
Construct a VHashing that is not associated with an object.
 o VHashing(VSubspace)
Construct a VHashing and connect it to the specified object.

Method Index

 o orderedHash(Container, Messenger, String)
 o orderedHash(Container, Messenger, String, long)
 o orderedHash(Container, String)
 o orderedHash(Container, String, long)
 o orderedHash(ForwardIterator, ForwardIterator, Messenger, String)
 o orderedHash(ForwardIterator, ForwardIterator, Messenger, String, long)
 o orderedHash(ForwardIterator, ForwardIterator, String)
 o orderedHash(ForwardIterator, ForwardIterator, String, long)
 o unorderedHash(Container, Messenger, String)
 o unorderedHash(Container, Messenger, String, long)
 o unorderedHash(Container, String)
 o unorderedHash(Container, String, long)
 o unorderedHash(ForwardIterator, ForwardIterator, Messenger, String)
 o unorderedHash(ForwardIterator, ForwardIterator, Messenger, String, long)
 o unorderedHash(ForwardIterator, ForwardIterator, String)
 o unorderedHash(ForwardIterator, ForwardIterator, String, long)

Constructors

 o VHashing
 public VHashing()
Construct a VHashing that is not associated with an object. This function is used internally by Voyager and should not be invoked by user code. Any attempt to send a message to a reference created using this default constructor will cause a NullPointerException to be thrown.

 o VHashing
 public VHashing(VSubspace reference) throws VoyagerException
Construct a VHashing and connect it to the specified object.

Parameters:
reference - A reference to the object to connect to.
Throws: VoyagerException
A voyager-related exception occurred.

Methods

 o orderedHash
 public static Result orderedHash(Container arg1,
                                  Messenger __messenger,
                                  String __address,
                                  long __timeout) throws VoyagerException
Parameters:
__messenger - The messenger that should be used to invoke the method.
__address - The address of the program that contains the class.
__timeout - The timeout valie in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o orderedHash
 public static Result orderedHash(Container arg1,
                                  Messenger __messenger,
                                  String __address) throws VoyagerException
Parameters:
__messenger - The messenger that should be used to invoke the method.
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o orderedHash
 public static int orderedHash(Container arg1,
                               String __address,
                               long __timeout) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
__timeout - The timeout valie in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o orderedHash
 public static int orderedHash(Container arg1,
                               String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o orderedHash
 public static Result orderedHash(ForwardIterator arg1,
                                  ForwardIterator arg2,
                                  Messenger __messenger,
                                  String __address,
                                  long __timeout) throws VoyagerException
Parameters:
__messenger - The messenger that should be used to invoke the method.
__address - The address of the program that contains the class.
__timeout - The timeout valie in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o orderedHash
 public static Result orderedHash(ForwardIterator arg1,
                                  ForwardIterator arg2,
                                  Messenger __messenger,
                                  String __address) throws VoyagerException
Parameters:
__messenger - The messenger that should be used to invoke the method.
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o orderedHash
 public static int orderedHash(ForwardIterator arg1,
                               ForwardIterator arg2,
                               String __address,
                               long __timeout) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
__timeout - The timeout valie in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o orderedHash
 public static int orderedHash(ForwardIterator arg1,
                               ForwardIterator arg2,
                               String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o unorderedHash
 public static Result unorderedHash(Container arg1,
                                    Messenger __messenger,
                                    String __address,
                                    long __timeout) throws VoyagerException
Parameters:
__messenger - The messenger that should be used to invoke the method.
__address - The address of the program that contains the class.
__timeout - The timeout valie in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o unorderedHash
 public static Result unorderedHash(Container arg1,
                                    Messenger __messenger,
                                    String __address) throws VoyagerException
Parameters:
__messenger - The messenger that should be used to invoke the method.
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o unorderedHash
 public static int unorderedHash(Container arg1,
                                 String __address,
                                 long __timeout) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
__timeout - The timeout valie in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o unorderedHash
 public static int unorderedHash(Container arg1,
                                 String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o unorderedHash
 public static Result unorderedHash(ForwardIterator arg1,
                                    ForwardIterator arg2,
                                    Messenger __messenger,
                                    String __address,
                                    long __timeout) throws VoyagerException
Parameters:
__messenger - The messenger that should be used to invoke the method.
__address - The address of the program that contains the class.
__timeout - The timeout valie in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o unorderedHash
 public static Result unorderedHash(ForwardIterator arg1,
                                    ForwardIterator arg2,
                                    Messenger __messenger,
                                    String __address) throws VoyagerException
Parameters:
__messenger - The messenger that should be used to invoke the method.
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o unorderedHash
 public static int unorderedHash(ForwardIterator arg1,
                                 ForwardIterator arg2,
                                 String __address,
                                 long __timeout) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
__timeout - The timeout valie in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o unorderedHash
 public static int unorderedHash(ForwardIterator arg1,
                                 ForwardIterator arg2,
                                 String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.

All Packages  Class Hierarchy  This Package  Previous  Next  Index