org.apache.hadoop.hdfs.server.namenode
Class EncryptionFaultInjector

java.lang.Object
  extended by org.apache.hadoop.hdfs.server.namenode.EncryptionFaultInjector

public class EncryptionFaultInjector
extends Object

Used to inject certain faults for testing.


Field Summary
static EncryptionFaultInjector instance
           
 
Constructor Summary
EncryptionFaultInjector()
           
 
Method Summary
static EncryptionFaultInjector getInstance()
           
 void startFileAfterGenerateKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

public static EncryptionFaultInjector instance
Constructor Detail

EncryptionFaultInjector

public EncryptionFaultInjector()
Method Detail

getInstance

public static EncryptionFaultInjector getInstance()

startFileAfterGenerateKey

public void startFileAfterGenerateKey()
                               throws IOException
Throws:
IOException


Copyright © 2014 Apache Software Foundation. All Rights Reserved.