org.apache.hadoop.fs.swift.snative.SwiftNativeFileSystemStore Java Examples

The following examples show how to use org.apache.hadoop.fs.swift.snative.SwiftNativeFileSystemStore. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: SwiftFileSystemBaseTest.java    From hadoop with Apache License 2.0 2 votes vote down vote up
/**
 * Get the inner store -useful for lower level operations
 *
 * @return the store
 */
protected SwiftNativeFileSystemStore getStore() {
  return fs.getStore();
}
 
Example #2
Source File: SwiftFileSystemBaseTest.java    From big-c with Apache License 2.0 2 votes vote down vote up
/**
 * Get the inner store -useful for lower level operations
 *
 * @return the store
 */
protected SwiftNativeFileSystemStore getStore() {
  return fs.getStore();
}
 
Example #3
Source File: SwiftFileSystemBaseTest.java    From sahara-extra with Apache License 2.0 2 votes vote down vote up
/**
 * Get the inner store -useful for lower level operations
 *
 * @return the store
 */
protected SwiftNativeFileSystemStore getStore() {
  return fs.getStore();
}