Skip navigation links
A B C D E F G H I J L M N O P Q R S T V W X Y Z 

A

a - Variable in class galileo.util.Pair
 
add(FileBlock) - Method in class galileo.dataset.BlockArray
 
add(Vertex<L, V>) - Method in class galileo.graph.Path
 
add(L) - Method in class galileo.graph.Path
 
add(L, V) - Method in class galileo.graph.Path
 
add(T) - Method in class galileo.query.PayloadFilter
 
addExpressions(Expression...) - Method in class galileo.query.Operation
 
addFeature(int, Feature) - Method in class galileo.graph.FeatureHierarchy
 
addFeature(Feature) - Method in class galileo.graph.FeatureHierarchy
 
addFeature(String, FeatureType) - Method in class galileo.graph.FeatureHierarchy
 
addGroup(GroupInfo) - Method in class galileo.dht.GroupInfo
 
addGroup(GroupInfo) - Method in class galileo.dht.NetworkInfo
 
addNode(NodeInfo) - Method in class galileo.dht.GroupInfo
 
addNode(T) - Method in class galileo.dht.hash.BalancedHashRing
Add a node to the overlay network topology.
addNode(T) - Method in interface galileo.dht.hash.HashRing
Add a node to the overlay network topology.
addOperation(Operation) - Method in class galileo.query.Query
 
addPath(Path<Feature, String>) - Method in class galileo.graph.FeatureGraph
 
addPath(Path<Feature, T>) - Method in class galileo.graph.HierarchicalGraph
Adds a new Path to the Hierarchical Graph.
addPath(Path<Feature, String>) - Method in class galileo.graph.MetadataGraph
 
addPath(Iterator<Vertex<L, V>>) - Method in class galileo.graph.Vertex
Add and connect a collection of vertices in the form of a traversal path.
addPayload(V) - Method in class galileo.graph.Path
 
addPoint(Coordinates) - Method in class galileo.bmp.GeoavailabilityGrid
Adds a new point to this GeoavailabilityGrid.
addPoint(Coordinates, T) - Method in class galileo.bmp.GeoavailabilityMap
Adds a new point to this GeoavailabilityMap, and associates it with a data point.
addResults(Path<Feature, T>, Collection<Vertex<Feature, T>>) - Method in class galileo.graph.HierarchicalQueryTracker
 
addTick(Feature) - Method in class galileo.graph.TickHash
 
addValue(V) - Method in class galileo.graph.Vertex
 
addValues(Collection<V>) - Method in class galileo.graph.Vertex
 
and(Bitmap) - Method in class galileo.bmp.Bitmap
 

B

b - Variable in class galileo.util.Pair
 
BalancedHashRing<T> - Class in galileo.dht.hash
Creates an evenly-spaced hash ring network topology.
BalancedHashRing(HashFunction<T>) - Constructor for class galileo.dht.hash.BalancedHashRing
Creates a BalancedHashRing using the provided hash function.
BalancedHashRing(HashFunction<T>, boolean) - Constructor for class galileo.dht.hash.BalancedHashRing
Creates a BalancedHashRing using the provided hash function.
BinaryFeatureData - Class in galileo.dataset.feature
Stores binary feature information.
BinaryFeatureData(ByteArray) - Constructor for class galileo.dataset.feature.BinaryFeatureData
 
BinaryFeatureData(byte[]) - Constructor for class galileo.dataset.feature.BinaryFeatureData
 
BinaryFeatureData(SerializationInputStream) - Constructor for class galileo.dataset.feature.BinaryFeatureData
 
Bitmap - Class in galileo.bmp
A thin wrapper around EWAHCompressedBitmap to enable us to change bitmap implementations if need be.
Bitmap() - Constructor for class galileo.bmp.Bitmap
 
BitmapException - Exception in galileo.bmp
 
BitmapException() - Constructor for exception galileo.bmp.BitmapException
 
BitmapException(String) - Constructor for exception galileo.bmp.BitmapException
 
BitmapException(String, int) - Constructor for exception galileo.bmp.BitmapException
 
BitmapVisualization - Class in galileo.bmp
Provides functionality for visualizing bitmaps.
BitmapVisualization() - Constructor for class galileo.bmp.BitmapVisualization
 
BITS_PER_CHAR - Static variable in class galileo.util.GeoHash
 
Block - Class in galileo.dataset
The basic unit of storage in Galileo.
Block(byte[]) - Constructor for class galileo.dataset.Block
 
Block(Metadata, byte[]) - Constructor for class galileo.dataset.Block
 
Block(SerializationInputStream) - Constructor for class galileo.dataset.Block
 
BLOCK_EXTENSION - Static variable in class galileo.fs.FileSystem
 
BlockArray - Class in galileo.dataset
 
BlockArray() - Constructor for class galileo.dataset.BlockArray
 
BlockArray(SerializationInputStream) - Constructor for class galileo.dataset.BlockArray
 
BlockInfo - Class in galileo.dataset
A simple utility for reading and reporting information about a Galileo Block.
BlockInfo() - Constructor for class galileo.dataset.BlockInfo
 
BlockMetadata - Class in galileo.dataset
Represents FileBlock metadata.
BlockMetadata(String, TemporalProperties, SpatialProperties, FeatureSet, DeviceSet) - Constructor for class galileo.dataset.BlockMetadata
 
BlockMetadata(TemporalProperties, SpatialProperties, FeatureSet, DeviceSet) - Constructor for class galileo.dataset.BlockMetadata
 
BlockMetadata(SerializationInputStream) - Constructor for class galileo.dataset.BlockMetadata
 
bmp - Variable in class galileo.bmp.GeoavailabilityGrid
 
ByteArray - Class in galileo.dataset.feature
 
ByteArray(byte[]) - Constructor for class galileo.dataset.feature.ByteArray
 

C

charLookupTable - Static variable in class galileo.util.GeoHash
Allows lookups from a GeoHash character to its integer index value.
charMap - Static variable in class galileo.util.GeoHash
This character array maps integer values (array indices) to their GeoHash base32 alphabet equivalents.
Checksum - Class in galileo.util
Provides convenience functions for dealing with MessageDigest algorithms.
Checksum() - Constructor for class galileo.util.Checksum
Initializes a new Checksum generator using the default SHA-1 algorithm.
Checksum(String) - Constructor for class galileo.util.Checksum
Initializes a new Checksum generator using the specified algorithm.
clear() - Method in class galileo.stat.RunningStatistics
Clears all values passed in, returning the RunningStatistics instance to its original state.
clearEdges() - Method in class galileo.graph.Vertex
Removes all the edges from this Vertex, severing any connections with neighboring vertices.
clearValues() - Method in class galileo.graph.Vertex
Clears all values associated with this Vertex.
close() - Method in class galileo.dht.StatusLine
Deactivates the status line and removes the text file (if any) from disk.
close() - Method in class galileo.fs.Journal
 
close() - Method in class galileo.util.LoggedPerformanceTimer
 
compareTo(ByteArray) - Method in class galileo.dataset.feature.ByteArray
 
compareTo(Feature) - Method in class galileo.dataset.feature.Feature
 
compareTo(FeatureData<?>) - Method in class galileo.dataset.feature.NullFeatureData
 
connect(Vertex<L, V>) - Method in class galileo.graph.Vertex
Connnects two vertices.
connectedTo(L) - Method in class galileo.graph.Vertex
Determines if two vertices are connected.
ConstrainedGeohash - Class in galileo.dht.hash
Provides a Geohash-based hash function that acts on a predefined constrained set of hashes.
ConstrainedGeohash(String[]) - Constructor for class galileo.dht.hash.ConstrainedGeohash
 
Coordinates - Class in galileo.dataset
Encapsulates a point in space with latitude, longitude coordinates.
Coordinates(float, float) - Constructor for class galileo.dataset.Coordinates
Create Coordinates at the specified latitude and longitude.
Coordinates(SerializationInputStream) - Constructor for class galileo.dataset.Coordinates
 
coordinatesToXY(Coordinates) - Method in class galileo.bmp.GeoavailabilityGrid
Converts a coordinate pair (defined with latitude, longitude in decimal degrees) to an x, y location in the grid.
createPath(String, Metadata) - Method in class galileo.fs.GeospatialFileSystem
Using the Feature attributes found in the provided Metadata, a path is created for insertion into the Metadata Graph.

D

data - Variable in class galileo.dataset.feature.Feature
 
DatasetException - Exception in galileo.dataset
 
DatasetException() - Constructor for exception galileo.dataset.DatasetException
 
DatasetException(String) - Constructor for exception galileo.dataset.DatasetException
 
dataToString() - Method in class galileo.dataset.feature.Feature
 
DebugEvent - Class in galileo.comm
A generic event for debugging purposes.
DebugEvent(byte[]) - Constructor for class galileo.comm.DebugEvent
 
DebugEvent(SerializationInputStream) - Constructor for class galileo.comm.DebugEvent
 
decodeHash(String) - Static method in class galileo.util.GeoHash
Decode a GeoHash to an approximate bounding box that contains the original GeoHashed point.
DEFAULT_PORT - Static variable in class galileo.dht.NetworkConfig
 
descendantPaths() - Method in class galileo.graph.Vertex
Retrieves all Path instances represented by the children of this Vertex.
Device - Class in galileo.dataset
 
Device(String) - Constructor for class galileo.dataset.Device
 
Device(SerializationInputStream) - Constructor for class galileo.dataset.Device
 
DeviceSet - Class in galileo.dataset
Contains a set of Device descriptors.
DeviceSet() - Constructor for class galileo.dataset.DeviceSet
 
DeviceSet(SerializationInputStream) - Constructor for class galileo.dataset.DeviceSet
 
DOT - Class in galileo.graph
Provides functionality for visualizing graphs using Graphviz.
DOT() - Constructor for class galileo.graph.DOT
 
DoubleFeatureData - Class in galileo.dataset.feature
Encapsulates double feature values.
DoubleFeatureData(double) - Constructor for class galileo.dataset.feature.DoubleFeatureData
 
DoubleFeatureData(SerializationInputStream) - Constructor for class galileo.dataset.feature.DoubleFeatureData
 
DoubleIntervalFeatureData - Class in galileo.dataset.feature
Represents an interval consisting of two double-precision floating point numbers.
DoubleIntervalFeatureData(double, double) - Constructor for class galileo.dataset.feature.DoubleIntervalFeatureData
 
DoubleIntervalFeatureData(SerializationInputStream) - Constructor for class galileo.dataset.feature.DoubleIntervalFeatureData
 
drawBitmap(Bitmap, int, int) - Static method in class galileo.bmp.BitmapVisualization
Draws a Bitmap instance as a BufferedImage.
drawBitmap(Bitmap, int, int, Color) - Static method in class galileo.bmp.BitmapVisualization
Draws a Bitmap instance as a BufferedImage with a particular color used to indicate the areas of the bitmap set to 1.
drawGeoavailabilityGrid(GeoavailabilityGrid) - Static method in class galileo.bmp.BitmapVisualization
Convenience function to draw a GeoavailabilityGrid as a BufferedImage.
drawGeoavailabilityGrid(GeoavailabilityGrid, Color) - Static method in class galileo.bmp.BitmapVisualization
Convenience function to draw a GeoavailabilityGrid as a BufferedImage, with a specific color for the bits that are set to 1.
drawIterableMap(Iterator<Integer>, int, int) - Static method in class galileo.bmp.BitmapVisualization
Given an iterator of integer indices in a bit set, this method will draw the visual representation of the set.
drawIterableMap(Iterator<Integer>, int, int, Color) - Static method in class galileo.bmp.BitmapVisualization
Given an iterator of integer indices in a bit set, this method will draw the visual representation of the set.

E

edges - Variable in class galileo.graph.Vertex
 
encode(Coordinates, int) - Static method in class galileo.util.GeoHash
Encode a set of Coordinates into a GeoHash string.
encode(SpatialRange, int) - Static method in class galileo.util.GeoHash
Encode SpatialRange into a GeoHash string.
encode(float, float, int) - Static method in class galileo.util.GeoHash
Encode latitude and longitude into a GeoHash string.
end - Variable in class galileo.util.PerformanceTimer.PerformanceSample
 
entryMap - Variable in class galileo.dht.hash.BalancedHashRing
Maps hash ring positions to ring entries
equals(Object) - Method in class galileo.bmp.Bitmap
 
equals(Object) - Method in class galileo.bmp.GeoavailabilityGrid
 
equals(Object) - Method in class galileo.dataset.feature.ByteArray
 
equals(Object) - Method in class galileo.dataset.feature.Feature
 
equals(Object) - Method in class galileo.dataset.SpatialRange
 
erase(int...) - Method in class galileo.dataset.feature.FeatureArray
Clears the Feature at the provided indices.
erase() - Method in class galileo.fs.PathJournal
Removes the Path Journal and its Feature index files.
evaluateOperation(Operation, HierarchicalQueryTracker<T>) - Method in class galileo.graph.HierarchicalGraph
 
evaluateQuery(Query) - Method in class galileo.graph.HierarchicalGraph
 
evaluateQuery(Query, PayloadFilter<T>) - Method in class galileo.graph.HierarchicalGraph
 
evaluateQuery(Query) - Method in class galileo.graph.MetadataGraph
 
evaluateQuery(Query, PayloadFilter<String>) - Method in class galileo.graph.MetadataGraph
 
EventPublisher - Class in galileo.client
Handles publishing events from a client to a server.
EventPublisher(ClientMessageRouter) - Constructor for class galileo.client.EventPublisher
Creates a new EventPublisher instance using the provided ClientMessageRouter instance for communications.
excludesItems() - Method in class galileo.query.PayloadFilter
Reports whether this PayloadFilter includes or excludes the items it contains.
Expression - Class in galileo.query
Representation of a query expression.
Expression(Operator, Feature) - Constructor for class galileo.query.Expression
 
Expression(String, Feature) - Constructor for class galileo.query.Expression
 
Expression(SerializationInputStream) - Constructor for class galileo.query.Expression
 

F

Feature - Class in galileo.dataset.feature
Contains Feature information -- arbitrary data dimensions for storage and indexing.
Feature() - Constructor for class galileo.dataset.feature.Feature
Constructs a nameless, null Feature (no data).
Feature(String) - Constructor for class galileo.dataset.feature.Feature
Constructs a null Feature (no data).
Feature(String, int) - Constructor for class galileo.dataset.feature.Feature
Constructs an integer Feature.
Feature(int) - Constructor for class galileo.dataset.feature.Feature
Constructs a nameless integer Feature.
Feature(String, long) - Constructor for class galileo.dataset.feature.Feature
Constructs a long Feature.
Feature(long) - Constructor for class galileo.dataset.feature.Feature
Constructs a nameless long Feature.
Feature(String, float) - Constructor for class galileo.dataset.feature.Feature
Constructs a floating point Feature.
Feature(float) - Constructor for class galileo.dataset.feature.Feature
Constructs a nameless floating point Feature.
Feature(String, double) - Constructor for class galileo.dataset.feature.Feature
Constructs a double-precision floating point Feature.
Feature(double) - Constructor for class galileo.dataset.feature.Feature
Constructs a nameless double-precision floating point Feature.
Feature(String, int, int) - Constructor for class galileo.dataset.feature.Feature
Constructs an interval Feature with bounds specified as int values.
Feature(int, int) - Constructor for class galileo.dataset.feature.Feature
Constructs a nameless interval Feature with bounds specified as int values.
Feature(String, long, long) - Constructor for class galileo.dataset.feature.Feature
Constructs an interval Feature with bounds specified as long values.
Feature(long, long) - Constructor for class galileo.dataset.feature.Feature
Constructs an interval Feature with bounds specified as long values.
Feature(String, float, float) - Constructor for class galileo.dataset.feature.Feature
Constructs an interval Feature with bounds specified as floating point values.
Feature(float, float) - Constructor for class galileo.dataset.feature.Feature
Constructs a nameless interval Feature with bounds specified as floating point values.
Feature(String, double, double) - Constructor for class galileo.dataset.feature.Feature
Constructs an interval Feature with bounds specified as double-precision floating point values.
Feature(double, double) - Constructor for class galileo.dataset.feature.Feature
Constructs a nameless interval Feature with bounds specified as double-precision floating point values.
Feature(String, String) - Constructor for class galileo.dataset.feature.Feature
Constructs a String Feature.
Feature(byte[]) - Constructor for class galileo.dataset.feature.Feature
Constructs a nameless Feature that contains raw binary information (byte array).
Feature(String, byte[]) - Constructor for class galileo.dataset.feature.Feature
Constructs a Feature that contains raw binary information (byte array).
Feature(Feature) - Constructor for class galileo.dataset.feature.Feature
Creates a shallow copy of a Feature.
Feature(String, Feature) - Constructor for class galileo.dataset.feature.Feature
Creates a shallow copy of a Feature with the provided name.
Feature(String, FeatureType, SerializationInputStream) - Constructor for class galileo.dataset.feature.Feature
 
Feature(SerializationInputStream) - Constructor for class galileo.dataset.feature.Feature
 
FeatureArray - Class in galileo.dataset.feature
Manages a multidimensional array of Feature instances.
FeatureArray(String, FeatureType, int...) - Constructor for class galileo.dataset.feature.FeatureArray
Creates a new FeatureArray with the specified dimensions and a specific FeatureType and Feature name.
FeatureArray(FeatureType, int...) - Constructor for class galileo.dataset.feature.FeatureArray
Creates a new FeatureArray with the specified dimensions and a specific FeatureType.
FeatureArray(int...) - Constructor for class galileo.dataset.feature.FeatureArray
Creates a new FeatureArray with the specified dimensions.
FeatureArray(String, Object) - Constructor for class galileo.dataset.feature.FeatureArray
Creates a FeatureArray from a Java array.
FeatureArray(SerializationInputStream) - Constructor for class galileo.dataset.feature.FeatureArray
 
FeatureArraySet - Class in galileo.dataset.feature
Maps array names (Strings) to their respective FeatureArrays.
FeatureArraySet() - Constructor for class galileo.dataset.feature.FeatureArraySet
 
FeatureArraySet(SerializationInputStream) - Constructor for class galileo.dataset.feature.FeatureArraySet
 
FeatureGraph - Class in galileo.graph
A reduced-resolution version of the MetadataGraph.
FeatureGraph() - Constructor for class galileo.graph.FeatureGraph
 
FeatureGraph(FeatureHierarchy) - Constructor for class galileo.graph.FeatureGraph
 
FeatureGraph(SerializationInputStream) - Constructor for class galileo.graph.FeatureGraph
 
FeatureHierarchy - Class in galileo.graph
Describes how a graph hierarchy is ordered; includes the name and type of the features for each level in the graph.
FeatureHierarchy() - Constructor for class galileo.graph.FeatureHierarchy
 
FeaturePath<V> - Class in galileo.graph
Contains a graph Path composed of Features.
FeaturePath(Feature...) - Constructor for class galileo.graph.FeaturePath
 
FeaturePath(V, Feature...) - Constructor for class galileo.graph.FeaturePath
 
FeaturePath(Set<V>, Feature...) - Constructor for class galileo.graph.FeaturePath
 
FeatureSet - Class in galileo.dataset.feature
Contains a set of Features.
FeatureSet() - Constructor for class galileo.dataset.feature.FeatureSet
 
FeatureSet(SerializationInputStream) - Constructor for class galileo.dataset.feature.FeatureSet
 
FeatureType - Enum in galileo.dataset.feature
Enumerates the various Feature types supposed by Galileo's native data format.
FeatureTypeMismatchException - Exception in galileo.graph
 
FeatureTypeMismatchException() - Constructor for exception galileo.graph.FeatureTypeMismatchException
 
FeatureTypeMismatchException(String) - Constructor for exception galileo.graph.FeatureTypeMismatchException
 
FileBlock - Class in galileo.dataset
The basic unit of storage in Galileo.
FileBlock(byte[], BlockMetadata) - Constructor for class galileo.dataset.FileBlock
Construct a FileBlock (including metadata) from a byte array of data and a BlockMetadata object.
FileBlock(byte[], byte[]) - Constructor for class galileo.dataset.FileBlock
Construct a FileBlock from separate data, metadata streams.
FileBlock(SerializationInputStream) - Constructor for class galileo.dataset.FileBlock
Construct a complete FileBlock (including metadata) from a byte stream.
FileNames - Class in galileo.util
Utility class for working with file names.
FileNames() - Constructor for class galileo.util.FileNames
 
FileSystem - Class in galileo.fs
 
FileSystem(String) - Constructor for class galileo.fs.FileSystem
 
FileSystemException - Exception in galileo.fs
 
FileSystemException() - Constructor for exception galileo.fs.FileSystemException
 
FileSystemException(String) - Constructor for exception galileo.fs.FileSystemException
 
FileSystemException(String, Throwable) - Constructor for exception galileo.fs.FileSystemException
 
FloatFeatureData - Class in galileo.dataset.feature
Encapsulates double feature values.
FloatFeatureData(float) - Constructor for class galileo.dataset.feature.FloatFeatureData
 
FloatFeatureData(SerializationInputStream) - Constructor for class galileo.dataset.feature.FloatFeatureData
 
FloatIntervalFeatureData - Class in galileo.dataset.feature
Represents an interval consisting of two floating point numbers.
FloatIntervalFeatureData(float, float) - Constructor for class galileo.dataset.feature.FloatIntervalFeatureData
 
FloatIntervalFeatureData(SerializationInputStream) - Constructor for class galileo.dataset.feature.FloatIntervalFeatureData
 
format(LogRecord) - Method in class galileo.logging.GalileoFormatter
 
fromBytes(byte[], int, int, int, int, int, int) - Static method in class galileo.bmp.Bitmap
Given an array of raw bytes, convert the bytes into a compressed bitmap representation with 2D characteristics.
fromInt(int) - Static method in enum galileo.dataset.feature.FeatureType
Determine the FeatureType associated with the given integer.
fromInt(int) - Static method in enum galileo.query.Operator
 
fromNativeType(Object) - Static method in class galileo.dataset.feature.Feature
Converts a native Object to a nameless Feature.
fromNativeType(String, Object) - Static method in class galileo.dataset.feature.Feature
Converts a native Object to a Feature if the Object type is not known in advance.
fromPaths(List<Path<Feature, String>>) - Static method in class galileo.graph.MetadataGraph
 
fromPrimitiveType(T) - Static method in enum galileo.dataset.feature.FeatureType
Basic Feature types based on Java classes can be ascertained by inspecting their generic parameters.
fromString(String) - Static method in enum galileo.query.Operator
 
fullRecovery() - Method in class galileo.fs.FileSystem
Does a full recovery from disk; this scans every block in the system, reads metadata, and performs a checksum to verify integrity.
function - Variable in class galileo.dht.hash.BalancedHashRing
 

G

galileo.bmp - package galileo.bmp
Bitmap indexing functionality.
galileo.client - package galileo.client
Client-side management and networking functionality.
galileo.comm - package galileo.comm
Deals with various communication operations in Galileo.
galileo.config - package galileo.config
System configuration and preferences.
galileo.dataset - package galileo.dataset
Classes that define Galileo's native data storage format.
galileo.dataset.feature - package galileo.dataset.feature
These classes define the Galileo 'primitives' supported by the system.
galileo.dht - package galileo.dht
Functionality for the Galileo Distributed Hash Table (DHT).
galileo.dht.hash - package galileo.dht.hash
Provides functionality for dealing with hash spaces and logical network topologies.
galileo.fs - package galileo.fs
File system implementation.
galileo.graph - package galileo.graph
Graph-based data structures.
galileo.logging - package galileo.logging
Management and configuration of log files.
galileo.query - package galileo.query
Provides an implementation-neutral model of the queries Galileo supports.
galileo.stat - package galileo.stat
Provides implementations of methods used for autonomous functionality or reporting statistics to clients.
galileo.util - package galileo.util
General utilities for accomplishing various tasks in Galileo.
GalileoEventMap - Class in galileo.comm
 
GalileoEventMap() - Constructor for class galileo.comm.GalileoEventMap
 
GalileoFormatter - Class in galileo.logging
The basic Galileo logging formatter, based on SimpleFormatter.
GalileoFormatter() - Constructor for class galileo.logging.GalileoFormatter
 
GeoavailabilityGrid - Class in galileo.bmp
Implements a bitmap-based spatial index that can be used to determine whether or not data is stored within specified spatial regions.
GeoavailabilityGrid(String, int) - Constructor for class galileo.bmp.GeoavailabilityGrid
 
GeoavailabilityMap<T> - Class in galileo.bmp
Similar to the GeoavailabilityGrid, the GeoavailabilityMap allows arbitrary spatial locations to be mapped to lists of data points.
GeoavailabilityMap(String, int) - Constructor for class galileo.bmp.GeoavailabilityMap
 
GeoavailabilityQuery - Class in galileo.bmp
Encapsulates a GeoavailabilityGrid query: a list of a coordinates that form a polygon of interest that will be intersected with the grid points.
GeoavailabilityQuery(List<Coordinates>) - Constructor for class galileo.bmp.GeoavailabilityQuery
 
GeoHash - Class in galileo.util
This class provides an implementation of the GeoHash (http://www.geohash.org) algorithm.
GeoHash() - Constructor for class galileo.util.GeoHash
 
GeospatialFileSystem - Class in galileo.fs
Implements a FileSystem for Geospatial data.
GeospatialFileSystem(String) - Constructor for class galileo.fs.GeospatialFileSystem
 
get(String) - Method in class galileo.dataset.DeviceSet
 
get(int...) - Method in class galileo.dataset.feature.FeatureArray
Retrieves the Feature at the provided indices.
get(String) - Method in class galileo.dataset.feature.FeatureArraySet
 
get(String) - Method in class galileo.dataset.feature.FeatureSet
 
get(int) - Method in class galileo.graph.Path
 
get2DCoordinates() - Method in class galileo.dataset.SpatialRange
Using the upper and lower boundaries for this spatial range, generate two lat, lon points that represent the upper-left and lower-right coordinates of the range.
getAllNeighbors() - Method in class galileo.graph.Vertex
Traverse all edges to return all neighboring vertices.
getAllNodes() - Method in class galileo.dht.GroupInfo
 
getAllNodes() - Method in class galileo.dht.NetworkInfo
 
getAllPaths() - Method in class galileo.graph.HierarchicalGraph
 
getAllPaths() - Method in class galileo.graph.MetadataGraph
 
getAttribute(String) - Method in class galileo.dataset.Metadata
 
getAttributes() - Method in class galileo.dataset.Metadata
 
getBaseRange() - Method in class galileo.bmp.GeoavailabilityGrid
Retrieves the base SpatialRange that this GeoavailabilityGrid is responsible for; the base range defines the geographic scope of this GeoavailabilityGrid instance.
getBit() - Method in exception galileo.bmp.BitmapException
 
getBitmap() - Method in class galileo.bmp.GeoavailabilityGrid
Retrieves the underlying Bitmap instance backing this GeoavailabilityGrid.
getBlock() - Method in class galileo.comm.StorageEvent
 
getBlock() - Method in class galileo.comm.StorageRequest
 
getBucket(Feature) - Method in class galileo.graph.TickHash
 
getBytes() - Method in class galileo.dataset.feature.ByteArray
 
getCenterPoint() - Method in class galileo.dataset.SpatialRange
 
getConfDir() - Static method in class galileo.config.SystemConfig
Retrieves the system configuration directory, which contains all Galileo configuration directives.
getCoordinates() - Method in class galileo.dataset.SpatialProperties
 
getCurrentLevel() - Method in class galileo.graph.HierarchicalQueryTracker
Retrieves the current level being processed.
getCurrentResults() - Method in class galileo.graph.HierarchicalQueryTracker
Retrieves the results that are currently being processed.
getData() - Method in class galileo.dataset.Block
 
getData() - Method in class galileo.dataset.FileBlock
Get the data portion of the FileBlock.
getDataContainer() - Method in class galileo.dataset.feature.Feature
Retrieves the raw data container that holds this Feature data.
getDevices() - Method in class galileo.dataset.BlockMetadata
 
getDimensions() - Method in class galileo.dataset.feature.FeatureArray
Gets the size of the dimensions in this array.
getDouble() - Method in class galileo.dataset.feature.Feature
 
getEnd() - Method in class galileo.dataset.TemporalProperties
Get the end point of the time interval represented by this TemporalProperties instance.
getExpressions() - Method in class galileo.query.Operation
 
getFeature(String) - Method in class galileo.dataset.Metadata
 
getFeatureHierarchy() - Method in class galileo.graph.HierarchicalGraph
Retrieves the ordering of Feature names in this graph hierarchy.
getFeatures() - Method in class galileo.dataset.BlockMetadata
 
getFeatures() - Method in class galileo.dataset.Metadata
 
getFloat() - Method in class galileo.dataset.feature.Feature
 
getFreeSpace() - Method in class galileo.fs.FileSystem
Reports the amount of free space (in bytes) in the root storage directory.
getGroups() - Method in class galileo.dht.GroupInfo
 
getGroups() - Method in class galileo.dht.NetworkInfo
 
getHeight() - Method in class galileo.bmp.GeoavailabilityGrid
Retrieves the height of this GeoavailabilityGrid, in grid cells.
getHierarchy() - Method in class galileo.graph.FeatureHierarchy
 
getId() - Method in class galileo.comm.QueryResponse
 
getIdString(String) - Method in class galileo.dht.QueryTracker
 
getInstallDir() - Static method in class galileo.config.SystemConfig
Retrieves the Galileo installation directory, which contains the binaries, scripts, and libraries required to run Galileo.
getInstance() - Static method in class galileo.fs.Journal
 
getInt() - Method in class galileo.dataset.feature.Feature
 
getInterval() - Method in class galileo.dataset.feature.Feature
If this Feature contains an interval, this method retrieves the general IntervalFeatureData container.
getItems() - Method in class galileo.query.PayloadFilter
 
getLabel() - Method in class galileo.graph.Vertex
 
getLabels() - Method in class galileo.graph.Path
Retrieve a list of the Vertex labels in this Path.
getLastResult() - Method in class galileo.util.PerformanceTimer
Retrieves the last timing result, in miliseconds.
getLatitude() - Method in class galileo.dataset.Coordinates
Get the latitude of this coordinate pair.
getLong() - Method in class galileo.dataset.feature.Feature
 
getLongitude() - Method in class galileo.dataset.Coordinates
Get the longitude of this coordinate pair.
getLowerBound() - Method in class galileo.dataset.TemporalProperties
Retrieves the lower bound of this temporal range (if applicable).
getLowerBoundForElevation() - Method in class galileo.dataset.SpatialRange
 
getLowerBoundForLatitude() - Method in class galileo.dataset.SpatialRange
 
getLowerBoundForLongitude() - Method in class galileo.dataset.SpatialRange
 
getMessageDigest() - Method in class galileo.util.Checksum
Retrieves the MessageDigest instance used by this Checksum generator.
getMetadata() - Method in class galileo.dataset.Block
 
getMetadata() - Method in class galileo.dataset.FileBlock
Get this FileBlock's metadata.
getMetadataGraph() - Method in class galileo.fs.GeospatialFileSystem
 
getName() - Method in class galileo.dataset.BlockMetadata
 
getName() - Method in class galileo.dataset.Device
 
getName() - Method in class galileo.dataset.feature.Feature
 
getName() - Method in class galileo.dataset.feature.FeatureArray
 
getName() - Method in class galileo.dataset.Metadata
 
getName() - Method in class galileo.dht.GroupInfo
 
getNeighbor(L) - Method in class galileo.graph.Vertex
Retrieve a neighboring Vertex.
getNeighborLabels() - Method in class galileo.graph.Vertex
Retrieve the labels of all neighboring vertices.
getNeighborsGreaterThan(L, boolean) - Method in class galileo.graph.Vertex
 
getNeighborsLessThan(L, boolean) - Method in class galileo.graph.Vertex
 
getNetworkConfDir() - Static method in class galileo.config.SystemConfig
Retrives the network configuration directory, which describes the DHT groups and the nodes assigned to them.
getNodes() - Method in class galileo.dht.GroupInfo
 
getNodesInvolved() - Method in class galileo.comm.QueryPreamble
Retrieves the list of StorageNodes involved in servicing a QueryRequest.
getOperand() - Method in class galileo.query.Expression
 
getOperand(String) - Method in class galileo.query.Operation
 
getOperations() - Method in class galileo.query.Query
 
getOperator() - Method in class galileo.query.Expression
 
getPayload() - Method in class galileo.graph.Path
 
getPhysicalGraphPath() - Method in class galileo.dataset.RuntimeMetadata
 
getPolygon() - Method in class galileo.bmp.GeoavailabilityQuery
 
getQuery() - Method in class galileo.comm.QueryEvent
 
getQuery() - Method in class galileo.comm.QueryRequest
 
getQueryId() - Method in class galileo.comm.QueryEvent
 
getQueryId() - Method in class galileo.comm.QueryPreamble
 
getQueryId() - Method in class galileo.dht.QueryTracker
 
getQueryResults() - Method in class galileo.graph.HierarchicalQueryTracker
 
getQueryString() - Method in class galileo.comm.QueryPreamble
 
getQueryString() - Method in class galileo.comm.QueryRequest
 
getRank() - Method in class galileo.dataset.feature.FeatureArray
Retrieves the rank (dimensionality) of this array.
getRawBytes() - Method in class galileo.dataset.feature.Feature
If this Feature contains raw bytes, this method retrieves them as a native Java byte array.
getReader() - Method in class galileo.fs.Journal
 
getResults() - Method in class galileo.comm.QueryResponse
 
getRoot() - Method in class galileo.graph.HierarchicalGraph
 
getRootDir() - Static method in class galileo.config.SystemConfig
Retrieves the system root directory.
getRuntimeMetadata() - Method in class galileo.dataset.BlockMetadata
 
getSamples() - Method in class galileo.util.PerformanceTimer
Get all the samples recorded by this PerformanceTimer so far.
getSelectionKey() - Method in class galileo.dht.QueryTracker
 
getSize() - Method in class galileo.dataset.feature.FeatureArray
Retrieves the overall size of the (flattened) array.
getSpatialProperties() - Method in class galileo.dataset.BlockMetadata
 
getSpatialProperties() - Method in class galileo.dataset.Metadata
 
getSpatialRange() - Method in class galileo.dataset.SpatialProperties
 
getStart() - Method in class galileo.dataset.TemporalProperties
Get the starting point of the time interval represented by this TemporalProperties instance.
getStorageNodeIdentifier() - Method in class galileo.dataset.RuntimeMetadata
 
getString() - Method in class galileo.dataset.feature.Feature
Returns the current Feature data as a String value.
getTail() - Method in class galileo.graph.Path
 
getTemporalProperties() - Method in class galileo.dataset.BlockMetadata
 
getTemporalProperties() - Method in class galileo.dataset.Metadata
 
getTicks() - Method in class galileo.graph.TickHash
 
getType() - Method in class galileo.dataset.feature.Feature
 
getType() - Method in class galileo.dataset.feature.FeatureArray
 
getUpperBound() - Method in class galileo.dataset.TemporalProperties
Retrieves the upper bound of this temporal range (if applicable).
getUpperBoundForElevation() - Method in class galileo.dataset.SpatialRange
 
getUpperBoundForLatitude() - Method in class galileo.dataset.SpatialRange
 
getUpperBoundForLongitude() - Method in class galileo.dataset.SpatialRange
 
getValue() - Method in class galileo.query.Expression
 
getValues() - Method in class galileo.graph.Vertex
 
getVersion() - Static method in class galileo.util.Version
 
getVertices() - Method in class galileo.graph.Path
 
getWidth() - Method in class galileo.bmp.GeoavailabilityGrid
Retrieves the width of this GeoavailabilityGrid, in grid cells.
GraphException - Exception in galileo.graph
 
GraphException() - Constructor for exception galileo.graph.GraphException
 
GraphException(String) - Constructor for exception galileo.graph.GraphException
 
greater(Feature) - Method in class galileo.dataset.feature.Feature
 
GROUP_EXT - Static variable in class galileo.dht.NetworkConfig
 
GroupInfo - Class in galileo.dht
Records network group information.
GroupInfo(String) - Constructor for class galileo.dht.GroupInfo
 

H

handleQuery(QueryEvent, EventContext) - Method in class galileo.dht.StorageNode
Handles an internal Query request (from another StorageNode)
handleQueryRequest(QueryRequest, EventContext) - Method in class galileo.dht.StorageNode
Handles a query request from a client.
handleQueryResponse(QueryResponse, EventContext) - Method in class galileo.dht.StorageNode
 
handleStorage(StorageEvent, EventContext) - Method in class galileo.dht.StorageNode
 
handleStorageRequest(StorageRequest, EventContext) - Method in class galileo.dht.StorageNode
Handles a storage request from a client.
hasCoordinates() - Method in class galileo.dataset.SpatialProperties
 
hasElevationBounds() - Method in class galileo.dataset.SpatialRange
 
hash(Metadata) - Method in class galileo.dht.hash.ConstrainedGeohash
 
hash(T) - Method in interface galileo.dht.hash.HashFunction
Maps some given data to an integer location in the implemented hash space.
hash(byte[]) - Method in class galileo.dht.hash.SHA1
 
hash(SpatialProperties) - Method in class galileo.dht.hash.SpatialHash
 
hash(byte[]) - Method in class galileo.dht.hash.TinyHash
 
hash(byte[]) - Method in class galileo.util.Checksum
Produce a checksum/hashsum of a given block of data.
hashCode() - Method in class galileo.bmp.Bitmap
 
hashCode() - Method in class galileo.bmp.GeoavailabilityGrid
 
hashCode() - Method in class galileo.dataset.feature.ByteArray
 
hashCode() - Method in class galileo.dataset.feature.Feature
 
hashCode() - Method in class galileo.dataset.SpatialRange
 
HashException - Exception in galileo.dht.hash
 
HashException() - Constructor for exception galileo.dht.hash.HashException
 
HashException(String) - Constructor for exception galileo.dht.hash.HashException
 
HashFunction<T> - Interface in galileo.dht.hash
Interface for mapping arbitrary data to a specific location in a hash space.
HashRing<T> - Interface in galileo.dht.hash
Provides a generic interface for representing a hash space.
HashRingEntry - Class in galileo.dht.hash
Represents a node entry in a hash ring.
HashRingEntry(BigInteger) - Constructor for class galileo.dht.hash.HashRingEntry
Creates the first entry in a hash ring (neighbor is self).
HashRingEntry(BigInteger, HashRingEntry) - Constructor for class galileo.dht.hash.HashRingEntry
Creates a hash ring entry with a provided position and neighbor.
hashToHexString(byte[]) - Method in class galileo.util.Checksum
Convert a hash to a hexidecimal String.
hashToLong(String) - Static method in class galileo.util.GeoHash
Convert a GeoHash String to a long integer.
HashTopologyException - Exception in galileo.dht.hash
 
HashTopologyException() - Constructor for exception galileo.dht.hash.HashTopologyException
 
HashTopologyException(String) - Constructor for exception galileo.dht.hash.HashTopologyException
 
hasPayload() - Method in class galileo.graph.Path
 
hasRange() - Method in class galileo.dataset.SpatialProperties
 
hasSpatialProperties() - Method in class galileo.dataset.Metadata
 
hasTemporalProperties() - Method in class galileo.dataset.Metadata
 
hasZ() - Method in class galileo.dataset.Point
Reports whether this Point has a third (Z) dimension.
heatIndex(double) - Method in class galileo.dataset.Temperature
 
HierarchicalGraph<T> - Class in galileo.graph
A type-aware hierarchical graph implementation with each type occupying a level in the hierarchy.
HierarchicalGraph() - Constructor for class galileo.graph.HierarchicalGraph
 
HierarchicalGraph(FeatureHierarchy) - Constructor for class galileo.graph.HierarchicalGraph
Creates a HierarchicalGraph with a set Feature hierarchy.
HierarchicalQueryTracker<T> - Class in galileo.graph
Tracks a Query as it traverses through a graph hierarchy.
HierarchicalQueryTracker(Vertex<Feature, T>, int) - Constructor for class galileo.graph.HierarchicalQueryTracker
 

I

imageToFile(BufferedImage, String) - Static method in class galileo.bmp.BitmapVisualization
Convenience function to write a BufferedImage to a file.
indexToSpatialRange(int) - Method in class galileo.bmp.GeoavailabilityGrid
Converts a bitmap index location to a corresponding SpatialRange that the indexed grid point spans.
indexToSpatialRange(int) - Method in class galileo.bmp.GeoavailabilityMap
Retrieves the SpatialRange represented by a grid index point.
indexToXY(int) - Method in class galileo.bmp.GeoavailabilityGrid
Converts a bitmap index to X, Y coordinates in the grid.
initialize(String) - Method in class galileo.fs.FileSystem
 
IntegerFeatureData - Class in galileo.dataset.feature
Encapsulates feature values that are represented by integers.
IntegerFeatureData(int) - Constructor for class galileo.dataset.feature.IntegerFeatureData
 
IntegerFeatureData(SerializationInputStream) - Constructor for class galileo.dataset.feature.IntegerFeatureData
 
IntegerIntervalFeatureData - Class in galileo.dataset.feature
Represents an interval consisting of two integers.
IntegerIntervalFeatureData(int, int) - Constructor for class galileo.dataset.feature.IntegerIntervalFeatureData
 
IntegerIntervalFeatureData(SerializationInputStream) - Constructor for class galileo.dataset.feature.IntegerIntervalFeatureData
 
intercept() - Method in class galileo.stat.RunningStatistics2D
 
intersects(Bitmap) - Method in class galileo.bmp.Bitmap
 
intersects(GeoavailabilityQuery) - Method in class galileo.bmp.GeoavailabilityGrid
Reports whether or not the supplied GeoavailabilityQuery instance intersects with the bits set in this geoavailability grid.
isInterval() - Method in class galileo.dataset.feature.Feature
 
isInterval() - Method in enum galileo.dataset.feature.FeatureType
Determines whether this FeatureType is an interval type (represented by an IntervalFeatureData instance).
isNamed() - Method in class galileo.dataset.feature.FeatureArray
 
isRawBytes() - Method in class galileo.dataset.feature.Feature
 
isReadOnly() - Method in class galileo.fs.FileSystem
Reports whether the Galileo filesystem is read-only.
isTimestamp() - Method in class galileo.dataset.TemporalProperties
If the temporal range stored in these TemporalProperties is of length zero (i.e., start == end) then it is considered a Timestamp.
isTyped() - Method in class galileo.dataset.feature.FeatureArray
 
iterator() - Method in class galileo.bmp.Bitmap
 
iterator() - Method in class galileo.dataset.BlockArray
 
iterator() - Method in class galileo.dataset.DeviceSet
 
iterator() - Method in class galileo.dataset.feature.FeatureArraySet
 
iterator() - Method in class galileo.dataset.feature.FeatureSet
 
iterator() - Method in class galileo.graph.FeatureHierarchy
 
iterator() - Method in class galileo.graph.Path
 

J

Journal - Class in galileo.fs
 
Journal() - Constructor for class galileo.fs.Journal
 

L

label - Variable in class galileo.graph.Vertex
 
LATITUDE_RANGE - Static variable in class galileo.util.GeoHash
 
less(Feature) - Method in class galileo.dataset.feature.Feature
 
loadBlock(String) - Method in class galileo.fs.FileSystem
 
loadBlock(String) - Method in interface galileo.fs.PhysicalGraph
Retrieves a Block instance, given its path on disk.
loadMetadata(String) - Method in class galileo.fs.FileSystem
 
loadMetadata(String) - Method in interface galileo.fs.PhysicalGraph
Retrieves a Metadata instance, given a Block path on disk.
locate(T) - Method in class galileo.dht.hash.BalancedHashRing
 
locate(T) - Method in interface galileo.dht.hash.HashRing
Determine the node that is responsible for the given data.
locateData(T) - Method in class galileo.dht.Partitioner
Determines where a file belongs in the system based on its properties.
locateData(String) - Method in class galileo.dht.SHA1Partitioner
 
locateData(Metadata) - Method in class galileo.dht.SpatialHierarchyPartitioner
 
LoggedPerformanceTimer - Class in galileo.util
A very simple performance timer implementation using System.nanoTime() that writes its results to a file.
LoggedPerformanceTimer(String) - Constructor for class galileo.util.LoggedPerformanceTimer
Creates a logged performance timer with the given log file name.
LoggedPerformanceTimer(String, String) - Constructor for class galileo.util.LoggedPerformanceTimer
Creates a logged performance timer with the given log file name and timer name.
logger - Static variable in class galileo.bmp.QueryTransform
 
LongFeatureData - Class in galileo.dataset.feature
Encapsulates feature values that are represented by long integers.
LongFeatureData(long) - Constructor for class galileo.dataset.feature.LongFeatureData
 
LongFeatureData(SerializationInputStream) - Constructor for class galileo.dataset.feature.LongFeatureData
 
LongIntervalFeatureData - Class in galileo.dataset.feature
Represents an interval consisting of two long integers.
LongIntervalFeatureData(long, long) - Constructor for class galileo.dataset.feature.LongIntervalFeatureData
 
LongIntervalFeatureData(SerializationInputStream) - Constructor for class galileo.dataset.feature.LongIntervalFeatureData
 
LONGITUDE_RANGE - Static variable in class galileo.util.GeoHash
 

M

main(String[]) - Static method in class galileo.dataset.BlockInfo
 
main(String[]) - Static method in class galileo.dht.StorageNode
Executable entrypoint for a Galileo DHT Storage Node
markEvaluated() - Method in class galileo.graph.HierarchicalQueryTracker
 
max() - Method in class galileo.stat.RunningStatistics
Retrieves the largest value seen thus far by this RunningStatistics instance.
maxHash - Variable in class galileo.dht.hash.BalancedHashRing
 
maxValue() - Method in class galileo.dht.hash.ConstrainedGeohash
 
maxValue() - Method in interface galileo.dht.hash.HashFunction
Determines the maximum hash value that this hash function can produce.
maxValue() - Method in class galileo.dht.hash.SHA1
 
maxValue() - Method in class galileo.dht.hash.SpatialHash
 
maxValue() - Method in class galileo.dht.hash.TinyHash
 
mean() - Method in class galileo.stat.RunningStatistics
Calculates the current running mean for the values observed thus far.
merge(RunningStatistics) - Method in class galileo.stat.RunningStatistics
 
merge(RunningStatistics2D) - Method in class galileo.stat.RunningStatistics2D
 
MetaArray - Class in galileo.dataset
Manages an array of Metadata.
MetaArray() - Constructor for class galileo.dataset.MetaArray
 
MetaArray(SerializationInputStream) - Constructor for class galileo.dataset.MetaArray
 
Metadata - Class in galileo.dataset
 
Metadata() - Constructor for class galileo.dataset.Metadata
Creates an unnamed Metadata instance
Metadata(String) - Constructor for class galileo.dataset.Metadata
Creates a named Metadata instance.
Metadata(SerializationInputStream) - Constructor for class galileo.dataset.Metadata
 
MetadataGraph - Class in galileo.graph
 
MetadataGraph() - Constructor for class galileo.graph.MetadataGraph
 
MetadataGraph(FeatureHierarchy) - Constructor for class galileo.graph.MetadataGraph
 
MetadataGraph(SerializationInputStream) - Constructor for class galileo.graph.MetadataGraph
 
min() - Method in class galileo.stat.RunningStatistics
Retrieves the smallest value seen thus far by this RunningStatistics instance.

N

n() - Method in class galileo.stat.RunningStatistics
Retrieves the number of samples submitted to the RunningStatistics instance so far.
n() - Method in class galileo.stat.RunningStatistics2D
Retrieves the number of samples submitted to the RunningStatistics2D instance so far.
name - Variable in class galileo.dataset.feature.Feature
 
name - Variable in class galileo.util.PerformanceTimer
The name of this PerformanceTimer
neighbor - Variable in class galileo.dht.hash.HashRingEntry
Next neighboring node in the hash space
network - Variable in class galileo.dht.Partitioner
 
NetworkConfig - Class in galileo.dht
Reads Galileo DHT information from disk.
NetworkConfig() - Constructor for class galileo.dht.NetworkConfig
 
NetworkInfo - Class in galileo.dht
Describes a Galileo network layout.
NetworkInfo() - Constructor for class galileo.dht.NetworkInfo
 
nextLevel() - Method in class galileo.graph.HierarchicalQueryTracker
 
NodeInfo - Class in galileo.dht
Records network 'node' informaton: hostname/port pairs.
NodeInfo(String, int) - Constructor for class galileo.dht.NodeInfo
 
NodeInfo(SerializationInputStream) - Constructor for class galileo.dht.NodeInfo
 
NullFeatureData - Class in galileo.dataset.feature
Represents null Feature data (a named feature with no related information).
NullFeatureData() - Constructor for class galileo.dataset.feature.NullFeatureData
 
NullFeatureData(SerializationInputStream) - Constructor for class galileo.dataset.feature.NullFeatureData
 
numDescendantEdges() - Method in class galileo.graph.Vertex
Retrieves the number of descendant edges for this Vertex.
numDescendants() - Method in class galileo.graph.Vertex
Retrieves the number of descendant vertices for this Vertex.
numEdges() - Method in class galileo.graph.MetadataGraph
 
numVertices() - Method in class galileo.graph.MetadataGraph
 

O

Operation - Class in galileo.query
Encapsulates a query operation.
Operation(Expression...) - Constructor for class galileo.query.Operation
 
Operation(SerializationInputStream) - Constructor for class galileo.query.Operation
 
Operator - Enum in galileo.query
Defines supported relational operators for queries.
or(Bitmap) - Method in class galileo.bmp.Bitmap
 

P

p - Variable in class galileo.stat.RunningStatistics.WelchResult
Two-tailed p-value
Pair<A,B> - Class in galileo.util
Simple tuple class for holding arbitrary value pairs.
Pair() - Constructor for class galileo.util.Pair
 
Pair(A, B) - Constructor for class galileo.util.Pair
 
Partitioner<T> - Class in galileo.dht
This provides an abstract implementation of a Galileo Partitioner, which determines where all information is distributed in the system.
Partitioner(StorageNode, NetworkInfo) - Constructor for class galileo.dht.Partitioner
 
PartitionException - Exception in galileo.dht
 
PartitionException() - Constructor for exception galileo.dht.PartitionException
 
PartitionException(String) - Constructor for exception galileo.dht.PartitionException
 
Path<L extends java.lang.Comparable<L>,V> - Class in galileo.graph
Represents a simple graph path.
Path(Vertex<L, V>...) - Constructor for class galileo.graph.Path
Create a Path with a number of vertices pre-populated.
Path(V, Vertex<L, V>...) - Constructor for class galileo.graph.Path
Create a Path with a single payload and number of vertices pre-populated.
Path(Set<V>, Vertex<L, V>...) - Constructor for class galileo.graph.Path
Create a Path with payload(s) and number of vertices pre-populated.
Path(Path<L, V>) - Constructor for class galileo.graph.Path
Creates a path by copying the vertices from an existing path.
PathJournal - Class in galileo.fs
 
PathJournal(String) - Constructor for class galileo.fs.PathJournal
 
payload - Variable in class galileo.graph.Path
 
PayloadFilter<T> - Class in galileo.query
 
PayloadFilter() - Constructor for class galileo.query.PayloadFilter
 
PayloadFilter(boolean) - Constructor for class galileo.query.PayloadFilter
 
PayloadFilter(Set<T>) - Constructor for class galileo.query.PayloadFilter
 
PayloadFilter(boolean, Set<T>) - Constructor for class galileo.query.PayloadFilter
 
PearsonResult(double, double) - Constructor for class galileo.stat.RunningStatistics2D.PearsonResult
 
PerformanceSample() - Constructor for class galileo.util.PerformanceTimer.PerformanceSample
 
PerformanceTimer - Class in galileo.util
A very simple performance timer implementation using System.nanoTime().
PerformanceTimer() - Constructor for class galileo.util.PerformanceTimer
Create a new nameless PerformanceTimer.
PerformanceTimer(String) - Constructor for class galileo.util.PerformanceTimer
Create a named PerformanceTimer.
PerformanceTimer.PerformanceSample - Class in galileo.util
Records information about an interval of time as a performance sample.
persistPath(FeaturePath<String>) - Method in class galileo.fs.PathJournal
Adds a graph FeaturePath to the journal.
PhysicalGraph - Interface in galileo.fs
Defines the interface for "physical graphs" --- on-disk storage hierarchies.
Point<T> - Class in galileo.dataset
Generic class for representing points in 2D or 3D space.
Point(T, T) - Constructor for class galileo.dataset.Point
Constructs a 2D point.
Point(T, T, T) - Constructor for class galileo.dataset.Point
Constructs a 3D point.
popStd() - Method in class galileo.stat.RunningStatistics
Calculates the sample standard deviation of the data observed thus far.
popVar() - Method in class galileo.stat.RunningStatistics
Calculates the population variance.
position - Variable in class galileo.dht.hash.HashRingEntry
Position in the hash space
predict(double) - Method in class galileo.stat.RunningStatistics2D
Given a value of x, estimate the outcome of y using simple linear regression.
printSplash() - Static method in class galileo.util.Version
 
printVersionInformation() - Method in class galileo.util.Version
 
prob(double) - Method in class galileo.stat.RunningStatistics
 
ProcessingUnit - Interface in galileo.dht
Represents a single unit of processing at a Galileo StorageNode.
PRODUCT_NAME - Static variable in class galileo.util.Version
 
publish(NetworkDestination, Event) - Method in class galileo.client.EventPublisher
Publishes an Event via the client's ClientMessageRouter.
put(Device) - Method in class galileo.dataset.DeviceSet
 
put(FeatureArray) - Method in class galileo.dataset.feature.FeatureArraySet
 
put(Feature) - Method in class galileo.dataset.feature.FeatureSet
 
put(double...) - Method in class galileo.stat.RunningStatistics
Add multiple new samples to the running statistics.
put(double) - Method in class galileo.stat.RunningStatistics
Add a new sample to the running statistics.
put(double[]...) - Method in class galileo.stat.RunningStatistics2D
Adds several new (x, y) sample pairs to the 2D running statistics.
put(double, double) - Method in class galileo.stat.RunningStatistics2D
Adds a new sample to the 2D running statistics.
putAttribute(Feature) - Method in class galileo.dataset.Metadata
Places a single feature into this Metadata instance's attribute FeatureSet.
putFeature(FeatureArray) - Method in class galileo.dataset.Metadata
 

Q

query(GeoavailabilityQuery) - Method in class galileo.bmp.GeoavailabilityGrid
Queries the geoavailability grid, which involves performing a logical AND operation and reporting the resulting Bitmap.
query(GeoavailabilityQuery) - Method in class galileo.bmp.GeoavailabilityMap
Queries the GeoavailabilityGrid, returning the grid indices that contain matching points, with lists of their associated data points.
query(Query) - Method in class galileo.fs.GeospatialFileSystem
 
Query - Class in galileo.query
Encapsulates a Galileo query.
Query() - Constructor for class galileo.query.Query
 
Query(Operation...) - Constructor for class galileo.query.Query
 
Query(SerializationInputStream) - Constructor for class galileo.query.Query
 
QueryEvent - Class in galileo.comm
Contains an internal query between StorageNodes.
QueryEvent(String, Query) - Constructor for class galileo.comm.QueryEvent
 
QueryEvent(SerializationInputStream) - Constructor for class galileo.comm.QueryEvent
 
QueryPreamble - Class in galileo.comm
Represents a "Query Preamble" -- a set of information sent back to a client before the query results start being transmitted.
QueryPreamble(String, String, List<NodeInfo>) - Constructor for class galileo.comm.QueryPreamble
 
QueryPreamble(SerializationInputStream) - Constructor for class galileo.comm.QueryPreamble
 
QueryRequest - Class in galileo.comm
Encapsulates query information submitted by clients to be processed by StorageNodes.
QueryRequest(Query) - Constructor for class galileo.comm.QueryRequest
 
QueryRequest(SerializationInputStream) - Constructor for class galileo.comm.QueryRequest
 
QueryResponse - Class in galileo.comm
 
QueryResponse(String, List<Path<Feature, String>>) - Constructor for class galileo.comm.QueryResponse
 
QueryResponse(SerializationInputStream) - Constructor for class galileo.comm.QueryResponse
 
queryToGridBitmap(GeoavailabilityQuery, GeoavailabilityGrid) - Static method in class galileo.bmp.QueryTransform
 
QueryTracker - Class in galileo.dht
 
QueryTracker(SelectionKey) - Constructor for class galileo.dht.QueryTracker
 
QueryTransform - Class in galileo.bmp
Provides functionality for transforming GeoavailabilityQuery instances into Bitmaps that can be used with a GeoavailabilityGrid.
QueryTransform() - Constructor for class galileo.bmp.QueryTransform
 
QueueScheduler - Class in galileo.dht
Implements a very simple (queue-based) scheduler using a fixed-sized thread pool.
QueueScheduler(int) - Constructor for class galileo.dht.QueueScheduler
 

R

r() - Method in class galileo.stat.RunningStatistics2D
Calculate the Pearson product-moment correlation coefficient.
r2() - Method in class galileo.stat.RunningStatistics2D
Calculate the coefficient of determination (r squared).
randomHash() - Method in class galileo.dht.hash.ConstrainedGeohash
 
randomHash() - Method in interface galileo.dht.hash.HashFunction
Returns a random location in the hash space.
randomHash() - Method in class galileo.dht.hash.SHA1
 
randomHash() - Method in class galileo.dht.hash.SpatialHash
 
randomHash() - Method in class galileo.dht.hash.TinyHash
 
randomize - Variable in class galileo.dht.hash.BalancedHashRing
If set to True, the first position in the hash ring is randomized.
readGroupFile(File) - Static method in class galileo.dht.NetworkConfig
Read host:port pairs from a group description file (*.group).
readNetworkDescription(String) - Static method in class galileo.dht.NetworkConfig
Reads a network description directory from disk.
rebuildPaths(File) - Method in class galileo.fs.FileSystem
Scans the directory structure on disk to find all the blocks stored.
recover(List<String>) - Method in class galileo.fs.FileSystem
Does a full recovery from disk on a particular Galileo partition; this scans every block in the partition, reads its metadata, and performs a checksum to verify block integrity.
recover(List<FeaturePath<String>>) - Method in class galileo.fs.PathJournal
Recovers the Path Journal from disk.
reload() - Static method in class galileo.config.SystemConfig
Reloads the Galileo system configuration.
remove(int) - Method in class galileo.graph.Path
 
remove(Vertex<L, V>) - Method in class galileo.graph.Path
 
remove(double) - Method in class galileo.stat.RunningStatistics
Removes a previously-added sample from the running statistics.
reorient(FeatureHierarchy) - Method in class galileo.graph.MetadataGraph
Reorients this graph to match a given FeatureHierarchy.
ReplicationManager - Class in galileo.fs
 
ReplicationManager() - Constructor for class galileo.fs.ReplicationManager
 
results - Variable in class galileo.graph.HierarchicalQueryTracker
 
rp() - Method in class galileo.stat.RunningStatistics2D
Calculate the Pearson product-moment correlation coefficient, including the two-tailed p-value.
run() - Method in class galileo.fs.ReplicationManager
 
running - Variable in class galileo.util.PerformanceTimer.PerformanceSample
 
RunningStatistics - Class in galileo.stat
Provides an online method for computing mean, variance, and standard deviation.
RunningStatistics() - Constructor for class galileo.stat.RunningStatistics
Creates a Welford running statistics instance without no observed values.
RunningStatistics(RunningStatistics) - Constructor for class galileo.stat.RunningStatistics
Creates a copy of a RunningStatistics instance.
RunningStatistics(RunningStatistics...) - Constructor for class galileo.stat.RunningStatistics
Create a new RunningStatistics instance by combining multiple existing instances.
RunningStatistics(double...) - Constructor for class galileo.stat.RunningStatistics
Creates a Welford running statistics instance with an array of samples.
RunningStatistics(SerializationInputStream) - Constructor for class galileo.stat.RunningStatistics
 
RunningStatistics.WelchResult - Class in galileo.stat
 
RunningStatistics2D - Class in galileo.stat
Expanding on the RunningStatistics class, this class supports two dimensions (x and y), along with some extra features (simple linear regression, r^2, calculating correlation).
RunningStatistics2D() - Constructor for class galileo.stat.RunningStatistics2D
 
RunningStatistics2D(SerializationInputStream) - Constructor for class galileo.stat.RunningStatistics2D
 
RunningStatistics2D.PearsonResult - Class in galileo.stat
Encapsulates the results of a Pearson product-moment correlation coefficient calculation, including the two-tailed p-value.
RuntimeMetadata - Class in galileo.dataset
 
RuntimeMetadata() - Constructor for class galileo.dataset.RuntimeMetadata
 
RuntimeMetadata(String, String) - Constructor for class galileo.dataset.RuntimeMetadata
 
RuntimeMetadata(SerializationInputStream) - Constructor for class galileo.dataset.RuntimeMetadata
 

S

samples - Variable in class galileo.util.PerformanceTimer
Timer samples (time intervals)
satisfiesQuery(Query) - Method in class galileo.graph.FeaturePath
Evaluates this path against a provided Query instance.
scanDirectory(File) - Method in class galileo.fs.FileSystem
Scans a directory (and its subdirectories) for blocks.
schedule(ProcessingUnit) - Method in class galileo.dht.QueueScheduler
 
schedule(ProcessingUnit) - Method in interface galileo.dht.Scheduler
 
Scheduler - Interface in galileo.dht
Defines required functionality for creating Galileo StorageNode schedulers.
serialize(SerializationOutputStream) - Method in class galileo.comm.DebugEvent
 
serialize(SerializationOutputStream) - Method in class galileo.comm.QueryEvent
 
serialize(SerializationOutputStream) - Method in class galileo.comm.QueryPreamble
 
serialize(SerializationOutputStream) - Method in class galileo.comm.QueryRequest
 
serialize(SerializationOutputStream) - Method in class galileo.comm.QueryResponse
 
serialize(SerializationOutputStream) - Method in class galileo.comm.StorageEvent
 
serialize(SerializationOutputStream) - Method in class galileo.comm.StorageRequest
 
serialize(SerializationOutputStream) - Method in class galileo.dataset.Block
 
serialize(SerializationOutputStream) - Method in class galileo.dataset.BlockArray
 
serialize(SerializationOutputStream) - Method in class galileo.dataset.BlockMetadata
 
serialize(SerializationOutputStream) - Method in class galileo.dataset.Coordinates
 
serialize(SerializationOutputStream) - Method in class galileo.dataset.DeviceSet
 
serialize(SerializationOutputStream) - Method in class galileo.dataset.feature.BinaryFeatureData
 
serialize(SerializationOutputStream) - Method in class galileo.dataset.feature.DoubleFeatureData
 
serialize(SerializationOutputStream) - Method in class galileo.dataset.feature.DoubleIntervalFeatureData
 
serialize(SerializationOutputStream) - Method in class galileo.dataset.feature.Feature
 
serialize(SerializationOutputStream) - Method in class galileo.dataset.feature.FeatureArray
 
serialize(SerializationOutputStream) - Method in class galileo.dataset.feature.FeatureArraySet
 
serialize(SerializationOutputStream) - Method in class galileo.dataset.feature.FeatureSet
 
serialize(SerializationOutputStream) - Method in class galileo.dataset.feature.FloatFeatureData
 
serialize(SerializationOutputStream) - Method in class galileo.dataset.feature.FloatIntervalFeatureData
 
serialize(SerializationOutputStream) - Method in class galileo.dataset.feature.IntegerFeatureData
 
serialize(SerializationOutputStream) - Method in class galileo.dataset.feature.IntegerIntervalFeatureData
 
serialize(SerializationOutputStream) - Method in class galileo.dataset.feature.LongFeatureData
 
serialize(SerializationOutputStream) - Method in class galileo.dataset.feature.LongIntervalFeatureData
 
serialize(SerializationOutputStream) - Method in class galileo.dataset.feature.NullFeatureData
 
serialize(SerializationOutputStream) - Method in class galileo.dataset.feature.StringFeatureData
 
serialize(SerializationOutputStream) - Method in class galileo.dataset.FileBlock
 
serialize(SerializationOutputStream) - Method in class galileo.dataset.MetaArray
 
serialize(SerializationOutputStream) - Method in class galileo.dataset.Metadata
 
serialize(SerializationOutputStream) - Method in class galileo.dataset.RuntimeMetadata
 
serialize(SerializationOutputStream) - Method in class galileo.dataset.SpatialProperties
 
serialize(SerializationOutputStream) - Method in class galileo.dataset.SpatialRange
 
serialize(SerializationOutputStream) - Method in class galileo.dht.NodeInfo
 
serialize(SerializationOutputStream) - Method in class galileo.graph.MetadataGraph
 
serialize(SerializationOutputStream) - Method in class galileo.query.Expression
 
serialize(SerializationOutputStream) - Method in class galileo.query.Operation
 
serialize(SerializationOutputStream) - Method in class galileo.query.Query
 
serialize(SerializationOutputStream) - Method in class galileo.stat.RunningStatistics
 
serialize(SerializationOutputStream) - Method in class galileo.stat.RunningStatistics2D
 
set(int) - Method in class galileo.bmp.Bitmap
Sets the specified bit(s) in the index.
set(Feature, int...) - Method in class galileo.dataset.feature.FeatureArray
Sets the value of the Feature at the provided indices.
set(String) - Method in class galileo.dht.StatusLine
Sets the current status.
setAttributes(FeatureSet) - Method in class galileo.dataset.Metadata
Sets this Metadata container's attribute FeatureSet.
setFeatures(FeatureArraySet) - Method in class galileo.dataset.Metadata
Sets this Metadata container's set of Feature arrays.
setJournalPath(String) - Method in class galileo.fs.Journal
 
setLabel(L) - Method in class galileo.graph.Vertex
 
setName(String) - Method in class galileo.dataset.Metadata
 
setPayload(Set<V>) - Method in class galileo.graph.Path
 
setPhysicalGraphPath(String) - Method in class galileo.dataset.RuntimeMetadata
 
setRuntimeMetadata(RuntimeMetadata) - Method in class galileo.dataset.BlockMetadata
 
setSpatialProperties(SpatialProperties) - Method in class galileo.dataset.Metadata
 
setStorageNodeIdentifier(String) - Method in class galileo.dataset.RuntimeMetadata
 
setTemporalProperties(TemporalProperties) - Method in class galileo.dataset.Metadata
 
SHA1 - Class in galileo.dht.hash
Provides an SHA1 HashFunction.
SHA1() - Constructor for class galileo.dht.hash.SHA1
 
SHA1Partitioner - Class in galileo.dht
Example Partitioner that creates a classic, balanced DHT based on file names.
SHA1Partitioner(StorageNode, NetworkInfo) - Constructor for class galileo.dht.SHA1Partitioner
 
shutdown() - Method in class galileo.fs.FileSystem
Performs a clean shutdown of the FileSystem instance.
shutdown() - Method in class galileo.fs.GeospatialFileSystem
 
shutdown() - Method in class galileo.fs.PathJournal
Closes open journal files and stops accepting new FeaturePaths.
SimplePair<T> - Class in galileo.util
Represents a Pair that contains two items of the same type.
SimplePair() - Constructor for class galileo.util.SimplePair
 
size() - Method in class galileo.dataset.BlockArray
 
size() - Method in class galileo.dataset.feature.FeatureArraySet
 
size() - Method in class galileo.dataset.feature.FeatureSet
 
size() - Method in class galileo.graph.FeatureHierarchy
 
size() - Method in class galileo.graph.Path
Retrieves the number of Vertex instances in this Path.
size() - Method in class galileo.util.PerformanceTimer
Retrieves the number of samples recorded by this PerformanceTimer instance.
slope() - Method in class galileo.stat.RunningStatistics2D
 
sort(Comparator<? super Vertex<L, V>>) - Method in class galileo.graph.Path
 
SpatialHash - Class in galileo.dht.hash
Provides a Geohash-based hash function for spatial data.
SpatialHash() - Constructor for class galileo.dht.hash.SpatialHash
 
SpatialHierarchyPartitioner - Class in galileo.dht
Implements a spatial partitioner that creates a two-tiered hierarchical DHT.
SpatialHierarchyPartitioner(StorageNode, NetworkInfo, String[]) - Constructor for class galileo.dht.SpatialHierarchyPartitioner
 
SpatialProperties - Class in galileo.dataset
Defines spatial attributes for an object in Galileo.
SpatialProperties(Coordinates) - Constructor for class galileo.dataset.SpatialProperties
 
SpatialProperties(float, float) - Constructor for class galileo.dataset.SpatialProperties
 
SpatialProperties(SpatialRange) - Constructor for class galileo.dataset.SpatialProperties
 
SpatialProperties(SerializationInputStream) - Constructor for class galileo.dataset.SpatialProperties
 
SpatialRange - Class in galileo.dataset
 
SpatialRange(float, float, float, float) - Constructor for class galileo.dataset.SpatialRange
 
SpatialRange(float, float, float, float, float, float) - Constructor for class galileo.dataset.SpatialRange
 
SpatialRange(SpatialRange) - Constructor for class galileo.dataset.SpatialRange
 
SpatialRange(SerializationInputStream) - Constructor for class galileo.dataset.SpatialRange
 
splitExtension(File) - Static method in class galileo.util.FileNames
 
SSxx() - Method in class galileo.stat.RunningStatistics2D
 
SSxy() - Method in class galileo.stat.RunningStatistics2D
 
SSyy() - Method in class galileo.stat.RunningStatistics2D
 
start() - Method in class galileo.dht.StorageNode
Begins Server execution.
start() - Method in class galileo.fs.PathJournal
Prepares the journal files and allows new entries to be written.
start - Variable in class galileo.util.PerformanceTimer.PerformanceSample
 
start() - Method in class galileo.util.PerformanceTimer
Starts a time interval.
StatusLine - Class in galileo.dht
This class provides a very simple way to inform users of status information at a glance.
StatusLine() - Constructor for class galileo.dht.StatusLine
Creates a new StatusLine that will be written to standard out.
StatusLine(String) - Constructor for class galileo.dht.StatusLine
Creates a new StatusLine that will be written to the given file name.
std() - Method in class galileo.stat.RunningStatistics
Calculates the standard deviation of the data observed thus far.
std(double) - Method in class galileo.stat.RunningStatistics
Calculates the standard deviation of the values observed thus far, given a bias adjustment.
stop() - Method in class galileo.util.LoggedPerformanceTimer
 
stop() - Method in class galileo.util.PerformanceTimer
Stops the currently-running time interval.
stopAndPrint() - Method in class galileo.util.PerformanceTimer
Stops the currently-running time interval and prints its duration.
storageDirectory - Variable in class galileo.fs.FileSystem
 
StorageEvent - Class in galileo.comm
Represents an internal storage event at a StorageNode.
StorageEvent(Block) - Constructor for class galileo.comm.StorageEvent
 
StorageEvent(SerializationInputStream) - Constructor for class galileo.comm.StorageEvent
 
storageNode - Variable in class galileo.dht.Partitioner
 
StorageNode - Class in galileo.dht
Primary communication component in the Galileo DHT.
StorageNode() - Constructor for class galileo.dht.StorageNode
 
StorageRequest - Class in galileo.comm
Represents a client request for storage at a DHT StorageNode.
StorageRequest(Block) - Constructor for class galileo.comm.StorageRequest
 
StorageRequest(SerializationInputStream) - Constructor for class galileo.comm.StorageRequest
 
storeBlock(Block) - Method in class galileo.fs.FileSystem
 
storeBlock(Block) - Method in class galileo.fs.GeospatialFileSystem
 
storeBlock(Block) - Method in interface galileo.fs.PhysicalGraph
Stores a Block on disk.
storeMetadata(Metadata, String) - Method in class galileo.fs.FileSystem
 
storeMetadata(Metadata, String) - Method in class galileo.fs.GeospatialFileSystem
 
storeMetadata(Metadata, String) - Method in interface galileo.fs.PhysicalGraph
Inserts Metadata into the file system.
StringFeatureData - Class in galileo.dataset.feature
Encapsulates String feature values.
StringFeatureData(String) - Constructor for class galileo.dataset.feature.StringFeatureData
 
StringFeatureData(SerializationInputStream) - Constructor for class galileo.dataset.feature.StringFeatureData
 
SystemConfig - Class in galileo.config
Provides general system configuration information.
SystemConfig() - Constructor for class galileo.config.SystemConfig
 

T

t - Variable in class galileo.stat.RunningStatistics.WelchResult
T-statistic
Temperature - Class in galileo.dataset
 
Temperature(String, double) - Constructor for class galileo.dataset.Temperature
 
Temperature(double) - Constructor for class galileo.dataset.Temperature
 
TemporalProperties - Class in galileo.dataset
 
TemporalProperties(long) - Constructor for class galileo.dataset.TemporalProperties
Creates TemporalProperties with a simple timestamp (no temporal range).
TemporalProperties(long, long) - Constructor for class galileo.dataset.TemporalProperties
Creates a simple temporal range from a start and end time pair, represented in miliseconds from the Unix epoch.
TemporalProperties(String, String) - Constructor for class galileo.dataset.TemporalProperties
Creates a simple temporal range from a start and end time pair, represented as Strings.
TemporalProperties(SerializationInputStream) - Constructor for class galileo.dataset.TemporalProperties
 
TickHash - Class in galileo.graph
Represents the buckets described by "Tick Marks" in the system.
TickHash(Feature...) - Constructor for class galileo.graph.TickHash
 
timeInMs() - Method in class galileo.util.PerformanceTimer.PerformanceSample
 
TinyHash - Class in galileo.dht.hash
Provides a very small (configurable) hash space for testing purposes.
TinyHash(int) - Constructor for class galileo.dht.hash.TinyHash
 
toArray() - Method in class galileo.bmp.Bitmap
 
toArray() - Method in class galileo.dataset.feature.FeatureSet
 
toBytes() - Method in class galileo.dataset.feature.BinaryFeatureData
 
toBytes() - Method in class galileo.dataset.feature.NullFeatureData
 
toBytes() - Method in class galileo.dataset.feature.StringFeatureData
 
toClass() - Method in enum galileo.dataset.feature.FeatureType
Provides a mapping between FeatureType elements and their corresponding FeatureData implementations.
toDOT(Vertex<?, ?>, OutputStream) - Static method in class galileo.graph.DOT
Traverses the graph provided by a root vertex, writing out the graph representation in DOT format.
toDOT(Vertex<?, ?>, String, OutputStream) - Static method in class galileo.graph.DOT
Traverses the graph provided by a root vertex, writing out the graph representation in DOT format.
toDouble() - Method in class galileo.dataset.feature.BinaryFeatureData
 
toDouble() - Method in class galileo.dataset.feature.NullFeatureData
 
toDouble() - Method in class galileo.dataset.feature.StringFeatureData
 
toFloat() - Method in class galileo.dataset.feature.BinaryFeatureData
 
toFloat() - Method in class galileo.dataset.feature.NullFeatureData
 
toFloat() - Method in class galileo.dataset.feature.StringFeatureData
 
toInt() - Method in class galileo.dataset.feature.BinaryFeatureData
 
toInt() - Method in enum galileo.dataset.feature.FeatureType
 
toInt() - Method in class galileo.dataset.feature.NullFeatureData
 
toInt() - Method in class galileo.dataset.feature.StringFeatureData
 
toInt() - Method in enum galileo.query.Operator
 
toLong() - Method in class galileo.dataset.feature.BinaryFeatureData
 
toLong() - Method in class galileo.dataset.feature.NullFeatureData
 
toLong() - Method in class galileo.dataset.feature.StringFeatureData
 
toString() - Method in class galileo.dataset.BlockMetadata
 
toString() - Method in class galileo.dataset.Coordinates
Print this coordinate pair's String representation: (lat, lon).
toString() - Method in class galileo.dataset.DeviceSet
 
toString() - Method in class galileo.dataset.feature.BinaryFeatureData
 
toString() - Method in class galileo.dataset.feature.Feature
 
toString() - Method in class galileo.dataset.feature.FeatureSet
 
toString() - Method in class galileo.dataset.feature.NullFeatureData
 
toString() - Method in class galileo.dataset.feature.StringFeatureData
 
toString() - Method in class galileo.dataset.FileBlock
 
toString() - Method in class galileo.dataset.Metadata
 
toString() - Method in class galileo.dataset.Point
 
toString() - Method in class galileo.dataset.RuntimeMetadata
 
toString() - Method in class galileo.dataset.SpatialProperties
 
toString() - Method in class galileo.dataset.SpatialRange
 
toString() - Method in class galileo.dataset.TemporalProperties
 
toString() - Method in class galileo.dht.GroupInfo
 
toString() - Method in class galileo.dht.hash.BalancedHashRing
Formats the hash ring as node-to-predecessor pair Strings.
toString() - Method in class galileo.dht.NetworkInfo
 
toString() - Method in class galileo.graph.HierarchicalGraph
 
toString() - Method in class galileo.graph.HierarchicalQueryTracker
 
toString() - Method in class galileo.graph.MetadataGraph
 
toString() - Method in class galileo.graph.Path
 
toString() - Method in class galileo.graph.TickHash
 
toString(int) - Method in class galileo.graph.Vertex
Pretty-print this vertex (and its children) with a given indent level.
toString() - Method in class galileo.graph.Vertex
 
toString() - Method in class galileo.query.Expression
 
toString() - Method in class galileo.query.Operation
 
toString() - Method in enum galileo.query.Operator
 
toString() - Method in class galileo.query.Query
 
toString() - Method in class galileo.stat.RunningStatistics
 
toString() - Method in class galileo.util.PerformanceTimer.PerformanceSample
 
toString() - Method in class galileo.util.PerformanceTimer
 
traverseDescendants(Vertex<L, V>, List<Path<L, V>>, Path<L, V>) - Method in class galileo.graph.Vertex
Traverses through descendant Vertices, finding Path instances.

V

valueOf(String) - Static method in enum galileo.dataset.feature.FeatureType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum galileo.query.Operator
Returns the enum constant of this type with the specified name.
values() - Method in class galileo.dataset.feature.FeatureArraySet
 
values() - Static method in enum galileo.dataset.feature.FeatureType
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class galileo.graph.Vertex
 
values() - Static method in enum galileo.query.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
var() - Method in class galileo.stat.RunningStatistics
Calculates the running sample variance.
var(double) - Method in class galileo.stat.RunningStatistics
Calculates the running variance, given a bias adjustment.
Version - Class in galileo.util
 
Version() - Constructor for class galileo.util.Version
 
VERSION - Static variable in class galileo.util.Version
 
Vertex<L extends java.lang.Comparable<L>,V> - Class in galileo.graph
Provides a lightweight generic implementation of a graph vertex backed by a TreeMap for extensibility.
Vertex() - Constructor for class galileo.graph.Vertex
 
Vertex(L) - Constructor for class galileo.graph.Vertex
 
Vertex(L, V) - Constructor for class galileo.graph.Vertex
 
Vertex(L, Collection<V>) - Constructor for class galileo.graph.Vertex
 
Vertex(Vertex<L, V>) - Constructor for class galileo.graph.Vertex
 
vertices - Variable in class galileo.graph.Path
 

W

WelchResult(double, double) - Constructor for class galileo.stat.RunningStatistics.WelchResult
 
welchT(RunningStatistics, RunningStatistics) - Static method in class galileo.stat.RunningStatistics
 
wrapEvent(Event) - Static method in class galileo.client.EventPublisher
Wraps a GalileoEvent inside an EventContainer, and places the container inside a GalileoMessage, ready to be transmitted across the network.
writeEntry(String) - Method in class galileo.fs.Journal
 

X

X() - Method in class galileo.dataset.Point
 
xor(Bitmap) - Method in class galileo.bmp.Bitmap
 
xStat() - Method in class galileo.stat.RunningStatistics2D
 
XYtoIndex(int, int) - Method in class galileo.bmp.GeoavailabilityGrid
Converts X, Y coordinates to a particular index within the underlying bitmap implementation.
XYtoSpatialRange(int, int) - Method in class galileo.bmp.GeoavailabilityGrid
Converts an X, Y grid point to the corresponding SpatialRange that the grid point spans.

Y

Y() - Method in class galileo.dataset.Point
 
yStat() - Method in class galileo.stat.RunningStatistics2D
 

Z

Z() - Method in class galileo.dataset.Point
 
A B C D E F G H I J L M N O P Q R S T V W X Y Z 
Skip navigation links