public class TransactionServiceMain extends Object
| Constructor and Description | 
|---|
TransactionServiceMain()  | 
TransactionServiceMain(org.apache.hadoop.conf.Configuration conf)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
destroy()
Invoked by jsvc for resource cleanup. 
 | 
void | 
doMain(String[] args)
The main method. 
 | 
void | 
init(String[] args)
Invoked by jsvc to initialize the program. 
 | 
static void | 
main(String[] args)  | 
void | 
start()
Invoked by jsvc to start the program. 
 | 
void | 
stop()
Invoked by jsvc to stop the program. 
 | 
public TransactionServiceMain()
public TransactionServiceMain(org.apache.hadoop.conf.Configuration conf)
public void doMain(String[] args) throws Exception
Exceptionpublic void init(String[] args)
public void stop()
public void destroy()
Copyright © 2016 The Apache Software Foundation. All rights reserved.