Package com.mapr.fs
Class ClusterConf
java.lang.Object
com.mapr.fs.ClusterConf
- All Implemented Interfaces:
com.mapr.fs.jni.MapRConstants
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface com.mapr.fs.jni.MapRConstants
com.mapr.fs.jni.MapRConstants.ErrorValue, com.mapr.fs.jni.MapRConstants.JniUsername, com.mapr.fs.jni.MapRConstants.PutConstants, com.mapr.fs.jni.MapRConstants.RowConstants -
Field Summary
Fields inherited from interface com.mapr.fs.jni.MapRConstants
AtimeBit, AuditBit, ChunkSizeBit, ClusterConfDefault, CompressBit, CompressorTypeBit, DEFAULT_USER_IDENTIFIER, DEFAULT_USER_IDENTIFIER_ESCAPED, DefaultChunkSize, DefaultCLDBIp, DefaultCLDBPort, DiskFlushBit, EMPTY_BYTE_ARRAY, EMPTY_END_ROW, EMPTY_START_ROW, FidNameBit, GlobalClusterConfDefault, GroupBit, HADOOP_MAX_BLOCKSIZE, HADOOP_SECURITY_SPOOFED_GID, HADOOP_SECURITY_SPOOFED_GROUP, HADOOP_SECURITY_SPOOFED_UID, HADOOP_SECURITY_SPOOFED_USER, HOSTNAME_IP_SEPARATOR, IP_PORT_SEPARATOR, IPV6_ADDR_ENDER, IPV6_ADDR_STARTER, IPv6DefaultCLDBIp, LAST_ROW, LATEST_TIMESTAMP, MAPR_ENV_VAR, MAPR_PROPERTY_HOME, MapRClusterDir, MapRClusterDirPattern, MapRClusterDirSlash, MAPRFS_PREFIX, MAPRFS_SCHEME, MapRHomeDefault, MAX_CLUSTERS_CROSSED, MAX_PATH_LENGTH, MAX_PORT_NUMBER, MAX_RA_THREADS, MIN_RA_THREADS, MinChunkSize, ModeBit, MtimeBit, MULTI_ADDR_SEPARATOR, NUM_CONTAINERS_PER_RPC, OLDEST_TIMESTAMP, RA_THREADS_PER_STREAM, ReplBit, SSL_TRUSTSTORE, UserBit, UTF8_ENCODING, WireSecureBit -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetClusterByPath(MapRFileSystem fs, URI p, URI fsUri, String fsClusterName) getClusterByPath(URI p, URI fsUri, String fsClusterName) getClusterByUri(MapRFileSystem fs, URI name) getClusterByUri(URI name) getClusterEntryByAddr(MapRFileSystem fs, String ip, int port) getClusterEntryByAddr(String ip, int port) getClusterEntryByName(MapRFileSystem fs, String clusterName) getClusterEntryByName(String clusterName) voidvoidupdateClusterEntry(MapRFileSystem fs, String cName, String[] cldbLocations) voidupdateClusterEntry(String cName, String[] cldbLocations)
-
Constructor Details
-
ClusterConf
public ClusterConf()
-
-
Method Details
-
updateClusterEntry
-
updateClusterEntry
-
refreshClusterList
public void refreshClusterList() -
getClusterEntryByAddr
-
getClusterEntryByAddr
-
getClusterEntryByName
-
getClusterEntryByName
-
getClusterByUri
- Throws:
IOException
-
getClusterByUri
- Throws:
IOException
-
getClusterByPath
public ClusterConf.ClusterEntry getClusterByPath(MapRFileSystem fs, URI p, URI fsUri, String fsClusterName) throws IOException - Throws:
IOException
-
getClusterByPath
public ClusterConf.ClusterEntry getClusterByPath(URI p, URI fsUri, String fsClusterName) throws IOException - Throws:
IOException
-
getClusterList
-