Home
last modified time | relevance | path

Searched refs:getConfigurationList (Results 1 – 9 of 9) sorted by relevance

/dports/multimedia/msopenh264/msopenh264-1.2.1/src/
H A Dmsopenh264enc.h44 const MSVideoConfiguration *getConfigurationList() const { return mVConfList; } in getConfigurationList() function
H A Dmsopenh264.cpp252 *vconf_list = e->getConfigurationList(); in msopenh264_enc_get_configuration_list()
/dports/databases/hbase/hbase-1.2.1/hbase-client/src/main/java/org/apache/hadoop/hbase/replication/
H A DReplicationPeersZKImpl.java520 for (NameStringPair pair : peer.getConfigurationList()) { in convert()
/dports/databases/hbase/hbase-1.2.1/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/
H A DHBaseProtos.java897 getConfigurationList(); in getConfigurationList() method
1301 result = result && getConfigurationList() in equals()
1302 .equals(other.getConfigurationList()); in equals()
2577 getConfigurationList(); in getConfigurationList() method
2902 result = result && getConfigurationList() in equals()
2903 .equals(other.getConfigurationList()); in equals()
12491 getConfigurationList(); in getConfigurationList() method
12898 result = result && getConfigurationList() in equals()
12899 .equals(other.getConfigurationList()); in equals()
15902 getConfigurationList(); in getConfigurationList() method
[all …]
H A DZooKeeperProtos.java5113 getConfigurationList(); in getConfigurationList() method
5404 …ist<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair> getConfigurationList() { in getConfigurationList() method in ZooKeeperProtos.ReplicationPeer
5540 result = result && getConfigurationList() in equals()
5541 .equals(other.getConfigurationList()); in equals()
5569 hash = (53 * hash) + getConfigurationList().hashCode(); in hashCode()
6312 …ist<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair> getConfigurationList() { in getConfigurationList() method in ZooKeeperProtos.ReplicationPeer.Builder
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/master/snapshot/
H A DSnapshotManager.java1151 List<NameStringPair> props = desc.getConfigurationList(); in toSnapshotDescription()
/dports/databases/hbase/hbase-1.2.1/hbase-client/src/main/java/org/apache/hadoop/hbase/
H A DHColumnDescriptor.java1446 for (NameStringPair a: cfs.getConfigurationList()) { in convert()
H A DHTableDescriptor.java1683 for (NameStringPair a: ts.getConfigurationList()) { in convert()
/dports/databases/hbase/hbase-1.2.1/hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/
H A DProtobufUtil.java2585 for(HBaseProtos.NameStringPair prop : desc.getConfigurationList()) { in toNamespaceDescriptor()