Home
last modified time | relevance | path

Searched refs:hasTtl (Results 1 – 4 of 4) sorted by relevance

/dports/databases/hbase/hbase-1.2.1/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/model/
H A DTableSchemaModel.java327 if (family.hasTtl()) { in getObjectFromMessage()
/dports/databases/hbase/hbase-1.2.1/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/protobuf/generated/
H A DColumnSchemaMessage.java62 boolean hasTtl(); in hasTtl() method
951 public boolean hasTtl() { in hasTtl() method in ColumnSchemaMessage.ColumnSchema
1324 if (other.hasTtl()) { in mergeFrom()
1691 public boolean hasTtl() { in hasTtl() method in ColumnSchemaMessage.ColumnSchema.Builder
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/compactions/
H A DTestStripeCompactionPolicy.java437 long splitSize, float splitCount, int initialCount, boolean hasTtl) throws Exception { in createPolicy() argument
442 when(sci.getStoreFileTtl()).thenReturn(hasTtl ? defaultTtl : Long.MAX_VALUE); in createPolicy()
/dports/databases/hbase/hbase-1.2.1/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/
H A DClientProtos.java18793 boolean hasTtl(); in hasTtl() method
19276 public boolean hasTtl() { in hasTtl() method in ClientProtos.ScanResponse
19664 result = result && (hasTtl() == other.hasTtl()); in equals()
19665 if (hasTtl()) { in equals()
19718 if (hasTtl()) { in hashCode()
20002 if (other.hasTtl()) { in mergeFrom()
20287 public boolean hasTtl() { in hasTtl() method in ClientProtos.ScanResponse.Builder