org.apache.cassandra.loader
Class Loader

java.lang.Object
  extended by org.apache.cassandra.loader.Loader

public class Loader
extends java.lang.Object

This class is used to load the storage endpoints with the relevant data The data should be both what they are responsible for and what should be replicated on the specific endpoints. Population is done based on a xml file which should adhere to a schema. Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )


Constructor Summary
Loader(StorageService storageService)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Loader

public Loader(StorageService storageService)
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Throwable
Parameters:
args -
Throws:
java.lang.Throwable


Copyright © 2009 The Apache Software Foundation